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 XBoard? Do I need gcc?

build gcc XBoard
0
Posted

How do I build XBoard? Do I need gcc?

0

The first step to building XBoard is to get the distribution file. See topic [A.3] for places you can ftp the software from. Next, decide what directory tree you are going to install XBoard in. The default is /usr/local, but you probably don’t have write access to that directory unless you are a system administrator.

0

The first step to building XBoard is to get the distribution file. See topic [A.3] for places you can ftp the software from. Next, decide what directory tree you are going to install XBoard in. The default is /usr/local, but you probably don’t have write access to that directory unless you are a system administrator. If you do, type the following to install it there: gzip -cd xboard-*.tar.gz | tar -xvf – cd xboard-*/ configure make su make install If you want to install xboard in your personal home directory ($HOME/bin), type this: gzip -cd xboard-*.tar.gz | tar -xvf – cd xboard-*/ configure –prefix=$HOME make make install If the first step above fails because you don’t have gzip, see topic [A.3] , and ask a local Unix expert if you need more help. If you have any problems with the last two steps, read the READ_ME and INSTALL files in the xboard-*/ directory. You will also find this FAQ there.

Related Questions

What is your question?

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

Experts123