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.txt9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/INSTALL/win32.txt b/docs/INSTALL/win32.txt
index 706e5b82..48be71ed 100644
--- a/docs/INSTALL/win32.txt
+++ b/docs/INSTALL/win32.txt
@@ -36,7 +36,7 @@ Besides a C++ compiler, TMW depends on the following libraries:
2. Installing Dev-C++
=====================
-I recommend that you get the latest beta version, which is 4.9.9.1 at the time
+I recommend that you get the latest beta version, which is 4.9.9.2 at the time
of writing. Though this tutorial is written for and tested with that, it may
also apply to the latest stable version. Get Dev-C++ here:
@@ -71,7 +71,7 @@ Get the following DevPaks and archives:
- SDL_image (http://devpaks.org/show.php?devpak=25)
- Guichan (http://guichan.darkbits.org/downloads/guichan-0.2.0.DevPak)
- libxml2 ** (ftp://ftp.zlatkovic.com/pub/libxml/)
-- PhysFS *** (http://icculus.org/physfs/)
+- PhysFS *** (http://icculus.org/physfs/downloads/unsupported/)
Install them all through the Dev-C++ package manager. For SDL_image you may
still need to manually get the SDL_image.lib file from the SDL_image homepage
@@ -86,9 +86,8 @@ still need to manually get the SDL_image.lib file from the SDL_image homepage
From each file, copy the headers to your include directory, the libs to
the lib direcotry and the dlls (in bin direcotry) to your tmw directory.
-***) PhysFS binaries still to located. At least Elven Programmer has been able
- to add them to the tmw-cvs.DevPak above, but it seems he has forgotten
- how he did that.
+***) For PhysFS copy the headers to your include directory, the libs to
+ the lib direcotry and the dlls (in bin direcotry) to your tmw directory.
You should now be fully equipped for compiling the latest TMW CVS code!