diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-05 00:39:57 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-05 00:40:42 +0100 |
commit | 550a02997572b5d090b436b7c05d19c1823556a9 (patch) | |
tree | 65b6bf872711d67d1ed2b7e530bd47cb88a155af /INSTALL | |
parent | 8b6bfeb0a70d4f97cc2d20ce04fc240b65082cf1 (diff) | |
parent | 91387e410c9f9ea16c5b41bd1cc576cbd85cf835 (diff) | |
download | mana-550a02997572b5d090b436b7c05d19c1823556a9.tar.gz mana-550a02997572b5d090b436b7c05d19c1823556a9.tar.bz2 mana-550a02997572b5d090b436b7c05d19c1823556a9.tar.xz mana-550a02997572b5d090b436b7c05d19c1823556a9.zip |
Merged with 'master'
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -5,7 +5,7 @@ Homepage: http://themanaworld.org/ IRC: irc.freenode.net / #themanaworld 1) Requirements -2) Compiling The Mana World +2) Compiling And Installing The Mana World 3) Notes @@ -27,8 +27,7 @@ compiler (GCC) 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 -compile: +If you've cloned the Git repository, 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/ @@ -43,8 +42,8 @@ you to figure this out. ========================================== 1) Go to the directory you have extracted the source to. -2) If you checked out from SVN, run "autoreconf -i" to generate configure and - install any missing auxiliary files. +2) If you've cloned the Git repository, run "autoreconf -i" to generate + configure and install any missing auxiliary files. 3) Run "./configure" 4) Run "make" 5) Run "make install" as root |