Make sure that the driver to your 3D graphic card is proper installed and working. Check if your sourcelist is correctly set.
Download the relevant libs that is needed to compile, install and run Open City;
Code:
sudo aptitude update && sudo aptitude safe-upgrade sudo aptitude install build-essential checkinstall sudo aptitude install libsdl1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsdl-net1.2-dev libgl1-mesa-dev libglu1-mesa-dev
Next is to download, compile and install Open City;
Code:
cd ~/Desktop tar jxfv opencity-0.0.5.1stable.tar.bz2 cd opencity-0.0.5stable ./configure make sudo checkinstall
Done.
You can now launch Open City by Applications tab —> Games —> Open City
or by typing opencity in the terminal.
Enjoy!
Code:
sudo dpkg -r opencity