summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-21 17:33:22 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-02-21 17:33:22 +0000
commit4e7beed5c68d7e6fa19a148f78fe222e045d0a56 (patch)
tree1bbf135f396fb4f166e68c94b43e79d37af6bc24 /docs
parentf498ede13039e938c2411b0bed6868d1f53e73ff (diff)
downloadmana-client-4e7beed5c68d7e6fa19a148f78fe222e045d0a56.tar.gz
mana-client-4e7beed5c68d7e6fa19a148f78fe222e045d0a56.tar.bz2
mana-client-4e7beed5c68d7e6fa19a148f78fe222e045d0a56.tar.xz
mana-client-4e7beed5c68d7e6fa19a148f78fe222e045d0a56.zip
Updated some docs to mention PhysFS.
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL/linux.txt1
-rw-r--r--docs/INSTALL/win32.txt18
2 files changed, 13 insertions, 6 deletions
diff --git a/docs/INSTALL/linux.txt b/docs/INSTALL/linux.txt
index d2622ec7..7e6a9e58 100644
--- a/docs/INSTALL/linux.txt
+++ b/docs/INSTALL/linux.txt
@@ -21,6 +21,7 @@ and some libraries. The required libraries are:
3) SDL_image http://www.libsdl.org/projects/SDL_image/
4) Guichan 0.2.0 http://guichan.darkbits.org/
5) libxml2 http://www.xmlsoft.org/
+6) physfs 1.0.0 http://icculus.org/physfs/
If you checked TMW out from CVS you will also need these to compile:
diff --git a/docs/INSTALL/win32.txt b/docs/INSTALL/win32.txt
index 602b3690..66bf7d4e 100644
--- a/docs/INSTALL/win32.txt
+++ b/docs/INSTALL/win32.txt
@@ -30,6 +30,7 @@ Besides a C++ compiler, TMW depends on the following libraries:
3) SDL_image
4) Guichan 0.2.0
5) libxml2
+6) PhysFS
2. Installing Dev-C++
@@ -59,29 +60,34 @@ where you have your copy of The Mana World. If you can't get the package or
experiencing problems with it, just send me an email at
elvenprogrammer@gmail.com or continue reading.
-All the libs have DevPaks that are very easy drop-ins for Dev-C++, without any
-complex actions on your side.
+Most of 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:
+Get the following DevPaks and archives:
- SDL (http://devpaks.org/show.php?devpak=57)
- SDL_mixer (http://devpaks.org/show.php?devpak=26)
- 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/)
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
(devel VC6 zip file) and copy it to your Dev-Cpp/lib directory.
-**) For libxml2, download the following files (these or newer versions):
+ **) For libxml2, download the following files (these or newer versions):
libxml2-2.6.17.win32.zip
iconv-1.9.1.win32.zip
zlib-1.2.1.win32.zip
- 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.
+ 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.
You should now be fully equipped for compiling the latest TMW CVS code!