summaryrefslogtreecommitdiff
path: root/docs/INSTALL/win32.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/INSTALL/win32.txt')
-rw-r--r--docs/INSTALL/win32.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/INSTALL/win32.txt b/docs/INSTALL/win32.txt
index 73d24ff3..2ab27fe2 100644
--- a/docs/INSTALL/win32.txt
+++ b/docs/INSTALL/win32.txt
@@ -47,6 +47,18 @@ After you fetched it simply run and install.
3. Installing the required libraries
====================================
+The easy way is to get our development package which should work with the latest
+CVS (I'll try to update it as much as I can).
+You can find it at:
+
+ http://themanaworld.homeip.net/tmw-cvs.DevPak
+
+Just install this one and you should be ready to go. Remember to copy the required
+dlls from your dll folder in the Dev-Cpp root directory, to the folder where you
+have your copy of The Mana World.
+If you can't get the package or experiencing problems with it, just send me an
+email at elvenprogrammer@gmail.com or continue reading.
+
All the libs have DevPaks that are very easy drop-ins for Dev-C++, without any
complex actions on your side.
@@ -97,13 +109,12 @@ DLLs from your Dev-Cpp/dll directory to the directory containing tmw.exe:
guichan_sdl.dll
jpeg.dll
libpng1.dll
- zlib.dll
+ zlib1.dll
And also make sure you have:
libxml2.dll
iconv.dll
- zlib1.dll
Have fun hacking The Mana World!