I compiled bzflag trunk on debian unstable.

Questions or HOWTOs about the above? Post 'em here...
Post Reply
User avatar
too much loving
Private First Class
Private First Class
Posts: 94
Joined: Sun May 23, 2004 7:47 pm
Location: Denmark
Contact:

I compiled bzflag trunk on debian unstable.

Post by too much loving »

I just compiled bzflag 2.99 on debian unstable. The following commands will only work if your username is niels.

Code: Select all

cd /home/niels/local/src
svn co https://bzflag.svn.sourceforge.net/svnroot/bzflag/trunk/bzflag bzflag

cd /home/niels/local/src/bzflag/src/other/ares && aclocal && autoheader  && libtoolize --copy --force && automake --add-missing  && autoconf

cd /home/niels/local/src/bzflag/src/other/curl && aclocal && autoheader && libtoolize --copy --force && automake --add-missing  && autoconf

cd  /home/niels/local/src/bzflag/plugins && aclocal &&  libtoolize --copy --force && automake --add-missing  && autoconf

cd  /home/niels/local/src/bzflag && aclocal -I /home/niels/local/src/bzflag/m4 -I/home/niels/local/src/bzflag/plugins/m4 && autoheader && libtoolize --copy --force &&  automake --add-missing && autoconf && ./configure --prefix=/home/niels/local  CPPFLAGS='-I/home/niels/local/src/bzflag/src/other/curl/include' && make && make install

/home/niels/local/bin/bzflag 
User avatar
Teppic
Private First Class
Private First Class
Posts: 576
Joined: Mon Mar 07, 2005 10:00 pm
Location: The North Block

Post by Teppic »

Is there a question here somewhere?
User avatar
too much loving
Private First Class
Private First Class
Posts: 94
Joined: Sun May 23, 2004 7:47 pm
Location: Denmark
Contact:

Post by too much loving »

No, there is no question.

I was just hoping that the post would be helpful to others. :)
User avatar
Bullet Catcher
Captain
Captain
Posts: 564
Joined: Sat Dec 23, 2006 7:56 am
Location: Escondido, California

Post by Bullet Catcher »

On my Fedora 8 system it is enough to do

autogen.sh
./configure
make

in the top-level directory. It compiles with only a few warnings. The c-ares-devel and curl-devel packages are installed on my OS so the ares and curl code from svn are not used.

Hope this helps other aspiring developers.
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Post by blast »

There should be absolutely no need to run those commands manually. We have an automated build system for a reason. Did you read the README files?
"In addition to knowing the secrets of the Universe, I can assure you that I am also quite potty trained." -Koenma (Yu Yu Hakusho)

Image
Post Reply