I am running AC on 12.04 without any problems. I am using 2d unity though while playing, because my comp isn't that great. Did u install dependencies?
P.S. Maybe it's better to:
1) Download the game from this site.
2) Untar it and place the content in the 'home/USERNAME/' folder.
3) No need for 'make install' just u need to add x (execute) permitions to one of the files in 'bin_unix/' folder. Depending on version ur using (32 or 64 bit) u will choose linux_client or linux_64_client. It should be something like this:
4) Give also exectuive permitions to 'assaultcube.sh'
5) To start the game u run the 'assaultcube.sh', u can do it over the graphical interface.
NOTE: Don't forget the dependencies I mentioned before
[SELECT ALL] Code:
sudo apt-get install build-essential libsdl1.2debian libsdl1.2-dev libsdl-image1.2 libsdl-image1.2-dev libopenal1 libopenal-dev libvorbis-dev
P.S. Maybe it's better to:
1) Download the game from this site.
2) Untar it and place the content in the 'home/USERNAME/' folder.
3) No need for 'make install' just u need to add x (execute) permitions to one of the files in 'bin_unix/' folder. Depending on version ur using (32 or 64 bit) u will choose linux_client or linux_64_client. It should be something like this:
[SELECT ALL] Code:
chmod +x 1.1.0.4/bin_unix/linux_client
or
chmod +x 1.1.0.4/bin_unix/linux_64_client
[SELECT ALL] Code:
chmod +x 1.1.0.4/assaultcube.sh
NOTE: Don't forget the dependencies I mentioned before