Support Forums

Full Version: How to Install Assault Cube [UBUNTU]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Official Website: http://assault.cubers.net/
Info:
Pictures:
Download it here. Then complete the following.
1st
Code:
wget http://downloads.sourceforge.net/actiongame/AssaultCube_v1.0.2.tar.bz2
2nd
Now we need to extract this file... in the Terminal, browse to the directory you downloaded the file to and run the following command:
Code:
tar xjvf AssaultCube_v1.0.2.tar.bz2
3rd
This will extract all the files in the archive to the AssaultCube_v1.0.2 directory. To change to this directory, type:
Code:
cd AssaultCube_v1.0.2
Lastly
Before we can run AssaultCube, we need to install the dependencies. In the terminal, type:
Code:
sudo apt-get install libsdl1.2-all libsdl-image1.2 libsdl-image1.2-dev libopenal-dev
Everything should be set-up now. To run AssaultCube, simply type ./assaultcube.sh or double click the icon in the AssaultCube directory.
Enjoy Big Grin
Looks good, I may install this later. Thanks, man.