HOWTO Compile SUper Tux 0.3.0 (Milestone 2) [UBUNTU USERS]
Monday, December 18, 2006
Thank you Mark from diveintomark.org! He has provided everybody with a great HOWTO on how to compile/ install the latest version of SuperTux... MILESTONE 2.... for Ubuntu users! Simple, and easy, just copy and paste! I am sure this can be adapted for a a variety of systems.
Check out the SuperTux wiki with more info on Milestone 2.
Debian (unstable) and Ubuntu (Dapper or Edgy) users:
-
Install prerequisites:
sudo aptitude install checkinstall subversion autoconf jam g++ libsdl1.2-dev libsdl-image1.2-dev libphysfs-dev libvorbis-dev libogg-dev libopenal-dev
-
Download the source and unzip it:
tar xvfj supertux-0.3.0.tar.bz2
cd supertux-0.3.0 -
Fix the level names to work around an installer bug:
cd data/levels/world1/
sed -i -e "s/ - .*.stl/.stl/" worldmap.stwm
for f in *" "-" "*.stl; do mv "$f" "${f/ - *.stl/.stl}"; done
cd ../../.. -
Compile:
./autogen.sh
./configure --prefix=/usr
jam -
Install:
sudo checkinstall -Dy "jam install"
Check out the SuperTux wiki with more info on Milestone 2.
4
Comments:
good!
Nice Blog. I will keep reading. Please take the time and visit my blog about: Internet Marketing and Making Money Online
MajorEnterprise
MajorEnterprise
This comment has been removed by a blog administrator.
This comment has been removed by a blog administrator.
commented by Moisés Serrano, 5:16 PM