diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-05 21:16:23 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-02-09 19:45:29 +0100 |
commit | 0fd9aef8bf376d44132edded2cdcb41ba7ee5b2f (patch) | |
tree | 24c19cd4af285fd8ede2d9d866668d005b5f6e26 /INSTALL | |
parent | 1a769276ce68285040bffd63bd1c01495ce411a7 (diff) | |
download | mana-client-0fd9aef8bf376d44132edded2cdcb41ba7ee5b2f.tar.gz mana-client-0fd9aef8bf376d44132edded2cdcb41ba7ee5b2f.tar.bz2 mana-client-0fd9aef8bf376d44132edded2cdcb41ba7ee5b2f.tar.xz mana-client-0fd9aef8bf376d44132edded2cdcb41ba7ee5b2f.zip |
Mostly whitespace and formatting changes
(merged from eAthena client)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -12,9 +12,9 @@ IRC: irc.freenode.net / #themanaworld 1. Requirements =============== -You are expected to have either checked out TMW from Subversion 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 TMW from Git 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: * SDL http://www.libsdl.org/ * SDL_mixer http://www.libsdl.org/projects/SDL_mixer/ @@ -52,6 +52,7 @@ 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. + NOTE: It is possible to compile TMW without support for OpenGL rendering. To do this perform step 3 as follows: |