summaryrefslogtreecommitdiff
path: root/docs/INSTALL
diff options
context:
space:
mode:
authorEugenio Favalli <elvenprogrammer@gmail.com>2005-04-16 14:18:33 +0000
committerEugenio Favalli <elvenprogrammer@gmail.com>2005-04-16 14:18:33 +0000
commitf34960bc4a774764062a7bff70596779006c9413 (patch)
treeeff906ad2f016a47689e3d19902057c13e00d7e5 /docs/INSTALL
parent62de779017018a6e8f89fed9e0c930fc4904f5d2 (diff)
downloadmana-client-f34960bc4a774764062a7bff70596779006c9413.tar.gz
mana-client-f34960bc4a774764062a7bff70596779006c9413.tar.bz2
mana-client-f34960bc4a774764062a7bff70596779006c9413.tar.xz
mana-client-f34960bc4a774764062a7bff70596779006c9413.zip
- Readding stripping to executable (Dev-cpp project options)
- New slider skin - Some updates to win32 compile guide - Cleaned sound engine - Improved setup window (need testing)
Diffstat (limited to 'docs/INSTALL')
-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!