[retracted]

All things BZFlag - no [OT] here please
Post Reply
Xoberful
Private
Private
Posts: 2
Joined: Fri Jun 15, 2012 8:18 pm

[retracted]

Post by Xoberful »

[retracted]
Last edited by Xoberful on Sun Jan 22, 2017 4:50 am, edited 2 times in total.
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Help with installing BZFlag on Ubuntu

Post by blast »

Actually, those directions are quite terrible. First off, remove any official bzflag packages from the system (bzflag, bzflag-client, bzflag-server, and bzflag-data). Then:

Code: Select all

sudo aptitude install subversion make g++ libtool automake autoconf libcurl3-dev libc-ares-dev zlib1g-dev
svn co  https://bzflag.svn.sourceforge.net/svnroot/bzflag/trunk/ bzflag-2.4
cd bzflag-2.4
./autogen.sh
./configure
make
sudo make install
That will get you a system-wide install of BZFlag that can be executed by just typing 'bzflag' in a terminal.

As far shortcuts go, the bzflag.desktop file might work.

Code: Select all

cd misc
make bzflag.desktop
And then copy bzflag.desktop (not bzflag.desktop.in) to your desktop.

As for the menu, I dunno. There is some stuff I have over here to build an actual BZFlag package, but it's not quite ready for prime time. https://code.launchpad.net/~blast007/+j ... -directory
"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
Xoberful
Private
Private
Posts: 2
Joined: Fri Jun 15, 2012 8:18 pm

Re: Help with installing BZFlag on Ubuntu

Post by Xoberful »

[retracted]
Last edited by Xoberful on Sun Jan 22, 2017 4:50 am, edited 1 time in total.
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Help with installing BZFlag on Ubuntu

Post by blast »

Right, doing it this way will not make menu shortcuts.
"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