summaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-18 01:08:33 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2004-12-18 01:08:33 +0000
commit73e815469fd2332d424852afe6153243b5d12043 (patch)
tree12461d169b348660efd0c77ade135ea31a9c19aa /docs/INSTALL
parent11e9c220d8b989d9ee9abb27c8d0acc41fe3d7f4 (diff)
downloadmana-client-73e815469fd2332d424852afe6153243b5d12043.tar.gz
mana-client-73e815469fd2332d424852afe6153243b5d12043.tar.bz2
mana-client-73e815469fd2332d424852afe6153243b5d12043.tar.xz
mana-client-73e815469fd2332d424852afe6153243b5d12043.zip
Updated Windows docs to reflect change to Guichan 0.2.0
Diffstat (limited to 'docs/INSTALL')
-rw-r--r--docs/INSTALL/win32.txt20
1 files changed, 13 insertions, 7 deletions
diff --git a/docs/INSTALL/win32.txt b/docs/INSTALL/win32.txt
index 67debe2b..f175afd0 100644
--- a/docs/INSTALL/win32.txt
+++ b/docs/INSTALL/win32.txt
@@ -25,10 +25,10 @@ doing, so best stick with Dev-C++.
Besides a C++ compiler, TMW depends on the following libraries:
-1) Allegro 4.1.x
+1) Allegro 4.1.17
2) Alfont 1.91
3) JGmod 0.99
-4) Guichan 0.1.0
+4) Guichan 0.2.0
2. Installing Dev-C++
@@ -49,15 +49,20 @@ 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)
- AllegroFont (http://devpaks.org/show.php?devpak=88)
- JGMOD (http://devpaks.org/show.php?devpak=121)
-- Guichan (http://sull.homelinux.net/~ardaen/guichan.DevPak)
+- 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. Special thanks to Ardaen
-for providing us with a static DevPak for Guichan.
+Install them all through the Dev-C++ package manager.
You should now be fully equipped for compiling the latest TMW CVS code!
@@ -75,8 +80,9 @@ Open "The Mana World.dev" in Dev-C++. From there on you should be able to
start compilition with Excute -> Compile. A file called tmw.exe should appear
in the same directory as where you opened the .dev from.
-Before you can actually run the executable be sure to copy over alleg41.dll
-from your Dev-Cpp/dll directory to the directory containing tmw.exe.
+Before you can actually run the executable be sure to copy over alleg41.dll,
+guichan.dll and guichan_allegro.dll from your Dev-Cpp/dll directory to the
+directory containing tmw.exe.
Have fun hacking The Mana World!