diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-12-22 15:24:14 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-12-22 15:24:14 +0000 |
commit | 700b390ee8cf1ab9468999d1c10188da65e5fb51 (patch) | |
tree | 956a158efd52c062659b4ff4045cf984121ad17c /INSTALL | |
parent | 4c8a8afa1df1c3d7c48464432d168d2dfa1b81dc (diff) | |
download | mana-700b390ee8cf1ab9468999d1c10188da65e5fb51.tar.gz mana-700b390ee8cf1ab9468999d1c10188da65e5fb51.tar.bz2 mana-700b390ee8cf1ab9468999d1c10188da65e5fb51.tar.xz mana-700b390ee8cf1ab9468999d1c10188da65e5fb51.zip |
Updated version to 0.0.24. Release data set to tomorrow, we'll see.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -20,13 +20,14 @@ and some libraries. The required libraries are: * SDL_mixer http://www.libsdl.org/projects/SDL_mixer/ * SDL_image http://www.libsdl.org/projects/SDL_image/ * SDL_net http://www.libsdl.org/projects/SDL_net/ -* Guichan 0.7.0 http://guichan.sourceforge.net/ +* Guichan 0.7.x http://guichan.sourceforge.net/ * libxml2 http://www.xmlsoft.org/ * physfs 1.0.x http://icculus.org/physfs/ * zlib 1.2.x http://www.gzip.org/zlib/ * libcurl http://curl.haxx.se/libcurl/ -If you checked TMW out from CVS you will also need these tools to compile: +If you checked TMW out from Subversion you will also need these tools to +compile: * GNU automake 1.9 http://www.gnu.org/software/automake/ * GNU autoconf http://www.gnu.org/software/autoconf/ @@ -49,12 +50,10 @@ with "tmw". By default all files are installed to /usr/local, you can pass a different prefix to configure as usual. - NOTE: For those people with modern video cards and fast OpenGL performance, - we have been working on OpenGL support. At the moment there is no way to - switch between SDL and OpenGL dynamically and you need to do this at compile - time. To try this perform step 3 as follows: + NOTE: It is possible to compile TMW without support for OpenGL rendering. + To do this perform step 3 as follows: - "./configure --with-opengl" + ./configure --without-opengl Rebuild the executable from scratch using "make clean" and then "make". |