Support Forums
How to Install Assault Cube [UBUNTU] - Printable Version

+- Support Forums (https://www.supportforums.net)
+-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87)
+--- Forum: Computer Support Topics (https://www.supportforums.net/forumdisplay.php?fid=4)
+---- Forum: Linux, FreeBSD, and Unix (https://www.supportforums.net/forumdisplay.php?fid=17)
+----- Forum: Ubuntu Support (https://www.supportforums.net/forumdisplay.php?fid=61)
+----- Thread: How to Install Assault Cube [UBUNTU] (/showthread.php?tid=19670)



How to Install Assault Cube [UBUNTU] - USN - 06-17-2011

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


RE: How to Install Assault Cube [UBUNTU] - Kotto*N[ix]mouth - 07-22-2011

Looks good, I may install this later. Thanks, man.