summaryrefslogtreecommitdiff
path: root/docs/INSTALL/win32.txt
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-29 20:41:14 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-29 20:41:14 +0000
commit7cf46d715e08b8a355ef9ea7be5421a2710d65fc (patch)
tree7aa0166030af099fd82b2d080229497d466009aa /docs/INSTALL/win32.txt
parent9ddc6e0d5208820a374f3bc9b9c5678e013535b2 (diff)
downloadmana-client-7cf46d715e08b8a355ef9ea7be5421a2710d65fc.tar.gz
mana-client-7cf46d715e08b8a355ef9ea7be5421a2710d65fc.tar.bz2
mana-client-7cf46d715e08b8a355ef9ea7be5421a2710d65fc.tar.xz
mana-client-7cf46d715e08b8a355ef9ea7be5421a2710d65fc.zip
Ported the npc text dialog and some other small updates.
Diffstat (limited to 'docs/INSTALL/win32.txt')
-rw-r--r--docs/INSTALL/win32.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/docs/INSTALL/win32.txt b/docs/INSTALL/win32.txt
index 2d4eac83..0da02670 100644
--- a/docs/INSTALL/win32.txt
+++ b/docs/INSTALL/win32.txt
@@ -26,7 +26,8 @@ doing, so best stick with Dev-C++.
Besides a C++ compiler, TMW depends on the following libraries:
1) Allegro 4.1.17
-3) JGmod 0.99
+2) SDL
+3) SDL_mixer
4) Guichan 0.2.0
@@ -48,15 +49,11 @@ After you fetched it simply run and install.
All the libs have DevPaks that are very easy drop-ins for Dev-C++, without any
complex actions on your side.
-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.
-
Get the following list of DevPaks:
- Allegro (http://devpaks.org/show.php?devpak=2)
-- JGMOD (http://devpaks.org/show.php?devpak=121)
- SDL (http://devpaks.org/show.php?devpak=57)
+- SDL_mixer (http://devpaks.org/)
- SDL_image (http://devpaks.org/show.php?devpak=25)
- Guichan (http://guichan.darkbits.org/downloads/guichan-0.2.0.DevPak)