summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-04-17 08:56:28 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-04-17 08:56:28 -0700
commitda6b990ca1f553a017003f32a436304c66c62b9e (patch)
tree0a88dbdc77550e0e8cb3667ad36fc886f5d9f2f3
parent1cff866ff559eb517ec2c684608078aacab0e4d4 (diff)
downloadtmwa-da6b990ca1f553a017003f32a436304c66c62b9e.tar.gz
tmwa-da6b990ca1f553a017003f32a436304c66c62b9e.tar.bz2
tmwa-da6b990ca1f553a017003f32a436304c66c62b9e.tar.xz
tmwa-da6b990ca1f553a017003f32a436304c66c62b9e.zip
Point README to the wiki, which is actually kept updated
-rw-r--r--README34
1 files changed, 2 insertions, 32 deletions
diff --git a/README b/README
index d5b7a65..78cf174 100644
--- a/README
+++ b/README
@@ -1,32 +1,2 @@
-COMPILING TMW-EATHENA
-
-In addition to the basic build tools (GCC, Make, headers, ...), Bison, and
-Flex are needed. On Debian derivates, do:
-
- sudo apt-get install build-essential flex bison
-
-In addition, on 64-bit machines you need 32-bit compatibility headers. On
-Debian derivatives you need to install libc6-dev-i386:
-
- sudo apt-get install libc6-dev-i386
-
-If you're using make 3.81 instead of 3.82 (which isn't very unlikely), you
-will have to run the following command before running 'make':
-
- mkdir -p obj/{common,login,char,map,ladmin,tool}
-
-Finally, you're ready to run:
-
- make
-
-
-SERVER DATA AND CONFIGURATION
-
-This is just tmwAthena. We store our scripts, item and monster databases, etc.
-in a separate git repository called tmw-eathena-data, available at:
-
- http://github.com/themanaworld/tmwa-server-data
-
-Note that this repository contains more than just the contents of this data
-directory. Either set up symbolic links or just copy the server executables
-into it.
+For usage instructions, see:
+http://wiki.themanaworld.org/index.php/How_to_Develop