Ubuntu Update to new version

Help with Setup, Hardware, Performance or other Issues...Or just pimp your rig.
Post Reply
User avatar
Blondsasquatch
Private First Class
Private First Class
Posts: 11
Joined: Wed May 09, 2012 8:21 pm
Location: Right here

Ubuntu Update to new version

Post by Blondsasquatch »

Is the version of BzFlag on the ubuntu software center the newest version? If it is not how do i get the newest version?
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Re: Ubuntu Update to new version

Post by JeffM »

Nope, You must build from source to use the current version.
ImageJeffM
User avatar
Blondsasquatch
Private First Class
Private First Class
Posts: 11
Joined: Wed May 09, 2012 8:21 pm
Location: Right here

Re: Ubuntu Update to new version

Post by Blondsasquatch »

How do i do that? I am really new to ubuntu.
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Ubuntu Update to new version

Post by blast »

First, uninstall the 2.0 version of BZFlag you got from the software center.

After that, I'd recommend grabbing the source code from our SVN repository using this command:

Code: Select all

svn co https://bzflag.svn.sourceforge.net/svnroot/bzflag/trunk/bzflag/ bzflag-2.4
(Note that you'll probably have to install subversion first so you can run the 'svn' command)

After that, read the README.Linux file in there and install the necessary dependencies using apt-get (or your package manager) and then do:

Code: Select all

./autogen.sh
./configure
make
sudo make install
Note, however, that you won't have a nice menu entry for the game, but you can run 'bzflag' from the terminal.
"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
User avatar
Blondsasquatch
Private First Class
Private First Class
Posts: 11
Joined: Wed May 09, 2012 8:21 pm
Location: Right here

Re: Ubuntu Update to new version

Post by Blondsasquatch »

How do I know which dependincies to install and how exactly do i go about installing them?
User avatar
JeffM
Staff Sergeant
Staff Sergeant
Posts: 5196
Joined: Fri Dec 13, 2002 4:11 am

Re: Ubuntu Update to new version

Post by JeffM »

Get the source from SVN ( http://wiki.bzflag.org/BZFlag_Source#Re ... stribution )
There is a read me for Linux. Read it. It contains the dependency list.
All the info you need is documented there and on the wiki.
ImageJeffM
User avatar
Blondsasquatch
Private First Class
Private First Class
Posts: 11
Joined: Wed May 09, 2012 8:21 pm
Location: Right here

Re: Ubuntu Update to new version

Post by Blondsasquatch »

okay, I installed all the required dependincies. Now what do i do? I have almost no experience using code in the terminal.
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Ubuntu Update to new version

Post by blast »

You should do what I said.
"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
User avatar
Blondsasquatch
Private First Class
Private First Class
Posts: 11
Joined: Wed May 09, 2012 8:21 pm
Location: Right here

Re: Ubuntu Update to new version

Post by Blondsasquatch »

Code: Select all

./autogen.sh
./configure
make
sudo make install
How do I do this step?
User avatar
blast
General
General
Posts: 4933
Joined: Fri Mar 21, 2003 3:49 pm
Location: playing.cxx
Contact:

Re: Ubuntu Update to new version

Post by blast »

From the terminal. You need to 'cd' (change directory) into the source directory and run those four commands.
"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
User avatar
Blondsasquatch
Private First Class
Private First Class
Posts: 11
Joined: Wed May 09, 2012 8:21 pm
Location: Right here

Re: Ubuntu Update to new version

Post by Blondsasquatch »

Thank you for all your help and patience. I finally got it.
bulanule
Private
Private
Posts: 1
Joined: Mon May 30, 2011 7:08 pm

Re: Ubuntu Update to new version

Post by bulanule »

Sorry for the necrobump but I found this really quick and easy to install the latest 2.4 version on Ubuntu 12.04 and possibly other distros :

Install the repository GPG key:
# wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
Add the following line to /etc/apt/sources.list:
deb http://archive.getdeb.net/ubuntu/ precise-getdeb games
Update the package index:
# sudo apt-get update
Install bzflag-client deb package:
# sudo apt-get install bzflag-client

Works like a charm after you installed the graphics drivers too ! And make sure to leave vsync on in nividia settings control panel for opengl applications..
User avatar
joevano
General
General
Posts: 1863
Joined: Sat Jun 18, 2005 1:08 pm
Location: South Bend, Indiana, USA

Re: Ubuntu Update to new version

Post by joevano »

bulanule wrote:Sorry for the necrobump but I found this really quick and easy to install the latest 2.4 version on Ubuntu 12.04 and possibly other distros :

Install the repository GPG key:
# wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
Add the following line to /etc/apt/sources.list:
deb http://archive.getdeb.net/ubuntu/ precise-getdeb games
Update the package index:
# sudo apt-get update
Install bzflag-client deb package:
# sudo apt-get install bzflag-client

Works like a charm after you installed the graphics drivers too ! And make sure to leave vsync on in nividia settings control panel for opengl applications..
Install at your own risk... this is not an official build.
There is nothing worse than aggressive stupidity. -- Johann Wolfgang von Goethe
"How many legs does a dog have if you call his tail a leg? Four. Calling a tail a leg doesn't make it a leg." -- Abraham Lincoln
Post Reply