summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-02-13 17:35:18 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-02-13 17:35:18 +0000
commitce19f175c806980c3970882d45b21e7c7bc9dcae (patch)
tree25e3bdf45fb6a255d270ee04aea60cb0389938a3 /docs
parenta6d78cfefc41d87234b22ef15f4f38a7b96e6544 (diff)
downloadmana-client-ce19f175c806980c3970882d45b21e7c7bc9dcae.tar.gz
mana-client-ce19f175c806980c3970882d45b21e7c7bc9dcae.tar.bz2
mana-client-ce19f175c806980c3970882d45b21e7c7bc9dcae.tar.xz
mana-client-ce19f175c806980c3970882d45b21e7c7bc9dcae.zip
Updating install instruction to use the new devpak
Diffstat (limited to 'docs')
-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!