Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I build GNU Chess? Do I need gcc?

build Chess gcc GNU
0
Posted

How do I build GNU Chess? Do I need gcc?

0

The first step to building GNU Chess is to get the distribution file and unpack it. See topic [A.3] for places you can ftp the distribution from. To unpack the gnuchess distribution, gnuchess-*.tar.

0

The first step to building GNU Chess is to get the distribution file and unpack it. See topic [A.3] for places you can ftp the distribution from. To unpack the gnuchess distribution, gnuchess-*.tar.gz, put it into a new, empty directory, cd there, and give this Unix command: gzip -cd gnuchess-*.tar.gz | tar -xvf – If this command fails because you don’t have gzip, see topic [A.3] , and ask a local Unix expert if you need more help. The above command will unpack all the files into a new directory. Next, cd into this new directory. Decide what directory tree you are going to install GNU Chess in. The default is /usr/local. If you have write access to this directory tree, make sure that it contains subdirectories bin, lib, and man. (If you must “su” to get write access to /usr/local, you don’t need to do so until just before the “make install” below.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.