bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] error building latest src


From: Michael Petch
Subject: Re: [Bug-gnubg] error building latest src
Date: Wed, 14 Jan 2009 15:03:55 -0700

Howdy,

On Wed, 2009-01-14 at 13:26 -0800, w bugar wrote:
> ok, I'll give it a try.
> If it's so old, how about a fresher src RPM then?

Putting source into RPM's is a convenience for those developers who may
wish to create such a package. Some developers don't use RPM based
systems so don't concern themselves too much with packaging source
files.

The preferred method on Most Unix/Linux based systems is to simply pull
out the source from the CVS (revision control repository) and build it
directly. It really is not too difficult and works on more than just
Redhat(or any RPM based distro)

The commands you may wish to try on Redhat/Fedora are:

cvs -z3 -d:pserver:address@hidden:/sources/gnubg co
gnubg
cd gnubg
./autogen.sh
./configure
make

then do (as root):

make install


If you have a Duo or Quad processor system you can get better
performance by changing the ./configure line above to:

./configure --enable-threads


I recommend if you have a chance to try the process above and see if you
can pull out the source by yourself and build a working program, and
install it.

Mike





reply via email to

[Prev in Thread] Current Thread [Next in Thread]