From 9d808124210770224b0a508ed36fb298d8e6c5df Mon Sep 17 00:00:00 2001 From: auria Date: Sat, 30 Jul 2011 15:59:16 +0000 Subject: [PATCH] Fixed outdated INSTALL file, just give a link to the wiki, that's what we keep up to date anyway git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9388 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- INSTALL | 67 +++++++++------------------------------------------------ 1 file changed, 10 insertions(+), 57 deletions(-) diff --git a/INSTALL b/INSTALL index 8f5b6d840..960752900 100644 --- a/INSTALL +++ b/INSTALL @@ -7,7 +7,7 @@ General First, make sure that you have the following packages installed: * OpenGL (or Mesa 3.0 or later) - * Irrlicht 1.7 or later + * Irrlicht 1.8 or later * OpenAL Unpack the files from the tarball like this: @@ -35,63 +35,16 @@ location, use the "--prefix" option of configure, e.g. --prefix=/usr See the --help output of configure for further options. -SVN STK on Ubuntu ------------------ -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: - -install following packages: -# apt-get install libtool libxxf86vm-dev libopenal-dev -libglu1-mesa-dev subversion autoconf automake1.9 g++ gcc - -do a: -$ svn checkout https://supertuxkart.svn.sourceforge.net/svnroot/supertuxkart/main/trunk - -Get irrlicht-1.x.zip and unzip it, compile irrlicht: -$ cd irrlicht-1.x/source/Irrlicht/ -$ make -$ cd ../../.. -$ pwd -/some/path/ - -then we can move to stk, remember to replace the output of pwd below: -$ cd trunk -note that the "--with-irrlicht" argument below is only required if you didn't install irrlicht to /usr/[local] -$ ./autogen.sh && ./configure --with-irrlicht=/some/path/irrlicht-1.x/ && make -and if all went well run the game: -$ src/supertuxkart - -tested with g++ 3.3 and 4.1 , both succeeded. - -If you want to install the game system-wide, do 'make install'. - -To update the source from inside trunk directory, one simple command: -$ svn up -and then, in most cases, just rebuild: -$ make -with the exception of changes to any Makefile.am, in which case: -$ ./autogen.sh && ./configure --with-irrlicht=/some/path/irrlicht-1.x/ && make +Building STK on Linux +--------------------- +See http://supertuxkart.sourceforge.net/Build_STK_on_Linux -But it didn't work! -------------------- - -If you checked out your copy directly from SVN, you have to run -'sh autogen.sh' to generate the configure script. - -You should check the SuperTuxKart wiki at: - -http://supertuxkart.sourceforge.net/ +Building STK on OS X +-------------------- +See http://supertuxkart.sourceforge.net/Building_and_packaging_on_OSX -Also, the most common (by FAR) reason for problems is that your OpenGL/Mesa -is incorrectly installed - so before you complain to any of the Irrlicht or -Supertuxkart mailing lists, first try running one of the example programs -that comes with your OpenGL implementation - or one of the Mesa or GLUT -sample programs. - -If THOSE run correctly - but Supertuxkart doesn't then please get in touch -with the SupertuxKart mailing list and we'll do our best to get you up and -racing. - +Building STK on Windows +----------------------- +See http://supertuxkart.sourceforge.net/How_to_build_the_Windows_version