06-17-2011, 09:13 AM
Official Website: http://assault.cubers.net/
Info:
Pictures:
Download it here. Then complete the following.
1st
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:
3rd
This will extract all the files in the archive to the AssaultCube_v1.0.2 directory. To change to this directory, type:
Lastly
Before we can run AssaultCube, we need to install the dependencies. In the terminal, type:
Everything should be set-up now. To run AssaultCube, simply type ./assaultcube.sh or double click the icon in the AssaultCube directory.
Enjoy
Info:
Spoiler (Click to View)
Spoiler (Click to View)
1st
Code:
wget http://downloads.sourceforge.net/actiongame/AssaultCube_v1.0.2.tar.bz2
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
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
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
Enjoy