Make sure that the driver to your 3D graphic card is proper installed and working.
Check if your sourcelist corectly set.
Next is to install the tools and libs to build, install and run Ultimate Stunts.
Code:
sudo aptitude update && sudo aptitude safe-upgrade sudo aptitude install build-essential bison checkinstall sudo aptitude install libsdl1.2-dev libsdl-image1.2-dev libgl1-mesa-dev libglu1-mesa-dev libalut-dev gettext
Done.
Download Sourcecode with data to your Desktop.
Download
Code:
cd ~/Desktop tar zxfv ultimatestunts-srcdata-0741.tar.gz cd ultimatestunts-srcdata-0741 ./configure make sudo checkinstall
Done.
cd ~/Desktop sudo mv ultimatestunts.png /usr/local/share/ultimatestunts sudo nano /usr/share/applications/ultimatestunts.desktop
add the following;
[Desktop Entry]
Name=Ultimate Stunts
Comment=Ultimate Stunts is a remake of the famous DOS-game stunts.
Exec=ustunts
Icon=/usr/local/share/ultimatestunts/ultimatestunts.png
Terminal=false
Type=Application
Categories=Application;Game;
Then save (ctrl)+(o) and exit (ctrl)+(x).
You can now launch Ultimate Stunts by Applications tab —> Games —> Ultimate Stunts
or by typing ustunts in the terminal.
Enjoy!