summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2008-12-13 16:52:43 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2008-12-13 16:52:43 +0100
commita4893e0df4ee18b7393c0075a508f78694494d7f (patch)
tree0d3dcdef9e12a5f066f0585fe7581ec0c48434c1 /INSTALL
parent89c332adbcf584142d49f6829d5227614f2f0968 (diff)
downloadMana-a4893e0df4ee18b7393c0075a508f78694494d7f.tar.gz
Mana-a4893e0df4ee18b7393c0075a508f78694494d7f.tar.bz2
Mana-a4893e0df4ee18b7393c0075a508f78694494d7f.tar.xz
Mana-a4893e0df4ee18b7393c0075a508f78694494d7f.zip
Updated INSTALL file to mention git
Also got rid of autogen.sh and instructed to use 'autoreconf -i' instead. Conflicts: INSTALL (cherry picked from eAthena client. autogen.sh was already done here)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL9
1 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index cfe6804c..3b790ffd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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