summaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-15 02:48:48 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-15 02:48:48 +0000
commit0ea84783a22df92fbf4c170b70514451620e3b42 (patch)
treea9dc59fd9eb77f459851c1221218b1def2a39560 /docs/INSTALL
parent918f3c4572381003611ce13e5b367d6a0774260e (diff)
downloadmana-client-0ea84783a22df92fbf4c170b70514451620e3b42.tar.gz
mana-client-0ea84783a22df92fbf4c170b70514451620e3b42.tar.bz2
mana-client-0ea84783a22df92fbf4c170b70514451620e3b42.tar.xz
mana-client-0ea84783a22df92fbf4c170b70514451620e3b42.zip
Updated win32.txt instructions to link to Ardean's Guichan DevPak.
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL/win32.txt25
1 files changed, 6 insertions, 19 deletions
diff --git a/docs/INSTALL/win32.txt b/docs/INSTALL/win32.txt
index 64e8a239..cb10e4a1 100644
--- a/docs/INSTALL/win32.txt
+++ b/docs/INSTALL/win32.txt
@@ -28,7 +28,7 @@ Besides a C++ compiler, TMW depends on the following libraries:
1) Allegro 4.1.x
2) Alfont 1.91
3) JGmod 0.99
-4) Guichan 0.1.0-CVS
+4) Guichan 0.1.0
2. Installing Dev-C++
@@ -46,31 +46,18 @@ After you fetched it simply run and install.
3. Installing the required libraries
====================================
-Lucky for us, all the libs have DevPaks that are very easy drop-ins for
-Dev-C++, without any complex actions on your side. We'll download them from
-http://devpaks.org/.
-
-Because Guichan can work with SDL as well as Allegro, and because we plan to
-switch to SDL anyway, we'll install SDL and SDL_image too, even though TMW
-doesn't require them at this time.
+All the libs have DevPaks that are very easy drop-ins for Dev-C++, without any
+complex actions on your side.
Get the following list of DevPaks:
- Allegro (http://devpaks.org/show.php?devpak=2)
- AllegroFont (http://devpaks.org/show.php?devpak=88)
- JGMOD (http://devpaks.org/show.php?devpak=121)
-- SDL (http://devpaks.org/show.php?devpak=57)
-- SDL_image (http://devpaks.org/show.php?devpak=25)
-- Guichan (http://guichan.darkbits.org/downloads/guichan.DevPak)
-
-Install them all through the Dev-C++ package manager.
-
-NOTE: At the time of writing there is a problem with the SDL_image package.
-You need to solve this by downloading the file SDL_image-devel-1.2.3-VC6.zip
-from the link below and extracting from it the SDL_image.lib file and put that
-in your Dev-C++ lib directory.
+- Guichan (http://sull.homelinux.net/~ardaen/guichan.DevPak)
- http://www.libsdl.org/projects/SDL_image/
+Install them all through the Dev-C++ package manager. Special thanks to Ardaen
+for providing us with a static DevPak for Guichan.
You should now be fully equipped for compiling the latest TMW CVS code!