diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -16,17 +16,17 @@ You are expected to have either checked out TMW from CVS or you have downloaded a source release. To get The Mana World to compile, you need a compiler (GCC) and some libraries. The required libraries are: -1) SDL http://www.libsdl.org/ -2) SDL_mixer http://www.libsdl.org/projects/SDL_mixer/ -3) SDL_image http://www.libsdl.org/projects/SDL_image/ -4) Guichan 0.2.0 http://guichan.darkbits.org/ -5) libxml2 http://www.xmlsoft.org/ -6) physfs 1.0.0 http://icculus.org/physfs/ +1) SDL http://www.libsdl.org/ +2) SDL_mixer http://www.libsdl.org/projects/SDL_mixer/ +3) SDL_image http://www.libsdl.org/projects/SDL_image/ +4) Guichan 0.2.0 http://guichan.darkbits.org/ +5) libxml2 http://www.xmlsoft.org/ +6) physfs 1.0.0 http://icculus.org/physfs/ If you checked TMW out from CVS you will also need these tools to compile: -6) GNU automake http://www.gnu.org/software/automake/ -7) GNU autoconf http://www.gnu.org/software/autoconf/ +6) GNU automake 1.9 http://www.gnu.org/software/automake/ +7) GNU autoconf http://www.gnu.org/software/autoconf/ Installing these dependencies is distributions-specific, and we'll leave it to you to figure this out. |