diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-13 00:49:37 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-05-13 00:54:44 +0200 |
commit | 01d87fa38bdffe7207e1370e64f1178a43bd8bbf (patch) | |
tree | b29650ee525c0f52bee4498900e1d7c3c590490a /INSTALL | |
parent | 7b0309c45591a98846b650e789829a0b0de309e9 (diff) | |
download | mana-01d87fa38bdffe7207e1370e64f1178a43bd8bbf.tar.gz mana-01d87fa38bdffe7207e1370e64f1178a43bd8bbf.tar.bz2 mana-01d87fa38bdffe7207e1370e64f1178a43bd8bbf.tar.xz mana-01d87fa38bdffe7207e1370e64f1178a43bd8bbf.zip |
Set the release date and updated README and NEWS files
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -24,7 +24,7 @@ and some libraries. The required libraries are: * ENet 1.2 http://enet.bespin.org/ * Guichan 0.8.x http://guichan.sourceforge.net/ * libxml2 http://www.xmlsoft.org/ -* physfs 1.0.x http://icculus.org/physfs/ +* physfs 1.x http://icculus.org/physfs/ * zlib 1.2.x http://www.gzip.org/zlib/ * libcurl http://curl.haxx.se/libcurl/ @@ -67,6 +67,16 @@ different prefix to configure as usual. Rebuild the executable from scratch using "make clean" and then "make". + NOTE: This version of TMW can be compiled with support for connecting to + tmwserv, a server developed from scratch by the TMW project. However, the + client won't support eAthena anymore when you do. In future clients we + intend to support either server from a single compile. + + To configure the client with support for tmwserv, do step 3 as follows: + + ./configure --with-server=tmwserv + + 3. Notes ======== |