diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-07-07 20:12:58 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-07-07 20:12:58 +0000 |
commit | 502c76be8587c1138f4939411be77830619f64d2 (patch) | |
tree | 975189dde9d25680dac9802bd36cf41321a6c201 /INSTALL | |
parent | 9836222a00028cc9a3aea9bb4c316a00b59ea33a (diff) | |
download | mana-502c76be8587c1138f4939411be77830619f64d2.tar.gz mana-502c76be8587c1138f4939411be77830619f64d2.tar.bz2 mana-502c76be8587c1138f4939411be77830619f64d2.tar.xz mana-502c76be8587c1138f4939411be77830619f64d2.zip |
Ported to Guichan 0.7.0. Unfortunately, since Guichan 0.6.x didn't have a
FocusListener, compatibility with older versions is broken.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ and some libraries. The required libraries are: * SDL_mixer http://www.libsdl.org/projects/SDL_mixer/ * SDL_image http://www.libsdl.org/projects/SDL_image/ * SDL_net http://www.libsdl.org/projects/SDL_net/ -* Guichan 0.6.x http://guichan.sourceforge.net/ +* Guichan 0.7.0 http://guichan.sourceforge.net/ * libxml2 http://www.xmlsoft.org/ * physfs 1.0.x http://icculus.org/physfs/ * zlib 1.2.x http://www.gzip.org/zlib/ |