diff options
author | Douglas Boffey <DougABoffey@netscape.net> | 2008-07-27 18:48:35 +0000 |
---|---|---|
committer | Douglas Boffey <DougABoffey@netscape.net> | 2008-07-27 18:48:35 +0000 |
commit | 0287bf686f04b9aecd5e7c719a153a01313e69d9 (patch) | |
tree | c2583fef510ea0b205e7e398213cbf87d126bb11 /INSTALL | |
parent | b7bc2f74f4f2253bd67b2d51fa3d2c47d648453e (diff) | |
download | mana-0287bf686f04b9aecd5e7c719a153a01313e69d9.tar.gz mana-0287bf686f04b9aecd5e7c719a153a01313e69d9.tar.bz2 mana-0287bf686f04b9aecd5e7c719a153a01313e69d9.tar.xz mana-0287bf686f04b9aecd5e7c719a153a01313e69d9.zip |
Changed files to tme
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 30 |
1 files changed, 15 insertions, 15 deletions
@@ -1,20 +1,20 @@ -How to compile and run TMW on your GNU/Linux Box +How to compile and run TME on your GNU/Linux Box ================================================ -Homepage: http://themanaworld.org/ -IRC: irc.freenode.net / #themanaworld +Homepage: http://209.168.213.109/ +IRC: irc.freenode.net / #themanaexperiment 1) Requirements -2) Compiling The Mana World +2) Compiling The Mana Experiment 3) Notes 1. Requirements =============== -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: +You are expected to have either checked out TME from CVS or you have downloaded +a source release. To get The Mana Experiment to compile, you need a compiler +(GCC) and some libraries. The required libraries are: * SDL http://www.libsdl.org/ * SDL_mixer http://www.libsdl.org/projects/SDL_mixer/ @@ -26,7 +26,7 @@ and some libraries. The required libraries are: * zlib 1.2.x http://www.gzip.org/zlib/ * libcurl http://curl.haxx.se/libcurl/ -If you checked TMW out from Subversion you will also need these tools to +If you checked TME out from Subversion you will also need these tools to compile: * GNU automake 1.9 http://www.gnu.org/software/automake/ @@ -36,8 +36,8 @@ Installing these dependencies is distributions-specific, and we'll leave it to you to figure this out. -2. Compiling And Installing The Mana World -========================================== +2. Compiling And Installing The Mana Experiment +=============================================== 1) Go to the directory you have extracted the source to. 2) If you checked out from SVN, run "./autogen.sh" to generate configure. @@ -45,12 +45,12 @@ you to figure this out. 4) Run "make" 5) Run "make install" as root -It should have installed The Mana World on your system now, and you can run it -with "tmw". By default all files are installed to /usr/local, you can pass a -different prefix to configure as usual. +It should have installed The Mana Experiment on your system now, and you can +run it with "tme". By default all files are installed to /usr/local, you can +pass a different prefix to configure as usual. - NOTE: It is possible to compile TMW without support for OpenGL rendering. + NOTE: It is possible to compile TME without support for OpenGL rendering. To do this perform step 3 as follows: ./configure --without-opengl @@ -64,4 +64,4 @@ different prefix to configure as usual. If you have any problems, you are welcome to post your questions on our forums, or talk about them in our IRC channel. -- The Mana World Dev Team +- The Mana Experiment Dev Team |