From b092468063d314d96aee6624cdb1a8fa78599424 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 13 Feb 2005 15:40:44 +0000 Subject: Small start on XML map loading. Windows users pay attention to instructions in win32.txt. --- docs/INSTALL/win32.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docs') 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! -- cgit v1.2.3-60-g2f50