diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-13 15:40:44 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2005-02-13 15:40:44 +0000 |
commit | b092468063d314d96aee6624cdb1a8fa78599424 (patch) | |
tree | ec09bb99d4cf52cbd8f68f17ef4fd3d478f62ea9 /docs | |
parent | 4b2a028c8002609bd9256d1f8fd73aceee5c44fc (diff) | |
download | mana-client-b092468063d314d96aee6624cdb1a8fa78599424.tar.gz mana-client-b092468063d314d96aee6624cdb1a8fa78599424.tar.bz2 mana-client-b092468063d314d96aee6624cdb1a8fa78599424.tar.xz mana-client-b092468063d314d96aee6624cdb1a8fa78599424.zip |
Small start on XML map loading. Windows users pay attention to instructions
in win32.txt.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/INSTALL/win32.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/INSTALL/win32.txt b/docs/INSTALL/win32.txt index 639db596..73d24ff3 100644 --- a/docs/INSTALL/win32.txt +++ b/docs/INSTALL/win32.txt @@ -29,6 +29,7 @@ Besides a C++ compiler, TMW depends on the following libraries: 2) SDL_mixer 3) SDL_image 4) Guichan 0.2.0 +5) libxml2 2. Installing Dev-C++ @@ -55,11 +56,21 @@ Get the following list of DevPaks: - SDL_mixer (http://devpaks.org/show.php?devpak=26) - SDL_image (http://devpaks.org/show.php?devpak=25) - Guichan (http://guichan.darkbits.org/downloads/guichan-0.2.0.DevPak) +- libxml2 ** (ftp://ftp.zlatkovic.com/pub/libxml/) Install them all through the Dev-C++ package manager. For SDL_image you may still need to manually get the SDL_image.lib file from the SDL_image homepage (devel VC6 zip file) and copy it to your Dev-Cpp/lib directory. +**) For libxml2, download the following files (these or newer versions): + + libxml2-2.6.17.win32.zip + iconv-1.9.1.win32.zip + zlib-1.2.1.win32.zip + + From each file, copy the headers to your include directory, the libs to + the lib direcotry and the dlls (in bin direcotry) to your tmw directory. + You should now be fully equipped for compiling the latest TMW CVS code! @@ -88,5 +99,11 @@ DLLs from your Dev-Cpp/dll directory to the directory containing tmw.exe: libpng1.dll zlib.dll +And also make sure you have: + + libxml2.dll + iconv.dll + zlib1.dll + Have fun hacking The Mana World! |