25 Aug 10, 01:37AM
(25 Aug 10, 12:14AM)Muddpup64 Wrote: I have Ubuntu.
[SELECT ALL] Code:
wget http://garr.dl.sourceforge.net/project/actiongame/AssaultCube%20Version%201.1.0.1/AssaultCube_v1.1.0.1.tar.bz2
[SELECT ALL] Code:
tar xjvf AssaultCube_v1.1.0.1.tar.bz2
[SELECT ALL] Code:
cd AssaultCube_v1.1.0.1
I think the step above is correct. Might need a bit of backing up from fellow Ubuntu users on that one. Now, before we can run AC we need to install all libraries needed for it to run. This can be done with...
[SELECT ALL] Code:
sudo apt-get install libsdl1.2 libsdl-image1.2 libopenal1 libsdl-ttf2.0-0
Hopefully, that should all work out. :)