From c5c80e1fc5747f5604c19e3d872e37aa07ecd0b7 Mon Sep 17 00:00:00 2001 From: mbjornstk Date: Thu, 15 Oct 2009 17:30:53 +0000 Subject: [PATCH] Update to Irrlicht 1.6. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4117 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- INSTALL | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/INSTALL b/INSTALL index bac6933f2..30b0105e0 100644 --- a/INSTALL +++ b/INSTALL @@ -7,8 +7,7 @@ General First, make sure that you have the following packages installed: * OpenGL (or Mesa 3.0 or later) - * Irrlicht 1.5 - * SDL 1.2 or later + * Irrlicht 1.6 * OpenAL Unpack the files from the tarball like this: @@ -38,7 +37,7 @@ See the --help output of configure for further options. SVN STK on Ubuntu ----------------- -Here are the compilation instructions for the current svn(2009-09-21) of +Here are the compilation instructions for the current svn(2009-10-15) of Super Tux Kart originally contributed by Damien for Ubuntu Edgy, and updated to 9.04 version: @@ -49,12 +48,8 @@ libglu1-mesa-dev subversion autoconf automake1.9 g++ gcc do a: $ svn checkout https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart/main/branches/irrlicht -Get irrlicht-1.5.zip and unzip it, then replace versions with newer ones: -$ cp irrlicht/irrlicht_1.5_update/include/IVideoDriver.h irrlicht-1.5/include/ -$ cp irrlicht/irrlicht_1.5_update/source/Irrlicht/COpenGLDriver.* irrlicht-1.5/source/Irrlicht/ - -Compile irrlicht: -$ cd irrlicht-1.5/source/Irrlicht/ +Get irrlicht-1.6.zip and unzip it, compile irrlicht: +$ cd irrlicht-1.6/source/Irrlicht/ $ make $ cd ../../.. $ pwd @@ -62,7 +57,7 @@ $ pwd then we can move to stk, remember to replace the output of pwd below: $ cd trunk -$ ./autogen.sh && ./configure --enable-irrlicht --with-irrlicht=/some/path/irrlicht-1.5/ && make +$ ./autogen.sh && ./configure --enable-irrlicht --with-irrlicht=/some/path/irrlicht-1.6/ && make and if all went well: $ src/supertuxkart