<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d23884446\x26blogName\x3dJust+Another+Tech+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dSILVER\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://justanothertechblog.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://justanothertechblog.blogspot.com/\x26vt\x3d-484221019928432923', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Just Another Tech Blog

Anything and everything having to do with technology, computers, science, and most of all... Linux! The documentation of my Linux endeavor.



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.

Debian (unstable) and Ubuntu (Dapper or Edgy) users:

  1. 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
  2. Download the source and unzip it:

    tar xvfj supertux-0.3.0.tar.bz2
    cd supertux-0.3.0
  3. 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 ../../..
  4. Compile:

    ./autogen.sh
    ./configure --prefix=/usr
    jam
  5. Install:

    sudo checkinstall -Dy "jam install"
SuperTux M2 is AWESOME. It is almost impossible to quite playing. The biggest new feature is omni-directional maps. Instead of just being able to move forward (as in milestone 1) you can move forward, backward, up, and down! There is also brand new music (sounds great!), new level themes (including "light forest"), new enemies, and new actions (power ups). Just awesome. Well, wait no longer... start playing! Thanks again Mark!

Check out the SuperTux wiki with more info on Milestone 2.


posted by linnerd40, Monday, December 18, 2006


4 Comments:

good!

commented by Blogger Moisés Serrano, 5:16 PM  

Nice Blog. I will keep reading. Please take the time and visit my blog about: Internet Marketing and Making Money Online

MajorEnterprise

commented by Anonymous Anonymous, 12:43 AM  

This comment has been removed by a blog administrator.

commented by Anonymous Anonymous, 8:21 AM  

This comment has been removed by a blog administrator.

commented by Anonymous Anonymous, 1:37 PM  

Add a comment