From 4e7beed5c68d7e6fa19a148f78fe222e045d0a56 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Mon, 21 Feb 2005 17:33:22 +0000 Subject: Updated some docs to mention PhysFS. --- ChangeLog | 1 + INSTALL | 1 + docs/INSTALL/linux.txt | 1 + docs/INSTALL/win32.txt | 18 ++++++++++++------ 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 715e16fd..da0fd3d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,7 @@ - Added start of a minimap - Added new GUI skin, wallpaper and mouse cursor - Reintroduced cancel button for npc choice dialog after Mra fixed it for us +- Fixed character creation and deletion error handling - Fixed crash in fullscreen with hardware acceleration enabled (win32) - Reimplemented A* pathfinding, more flexible and stable now - Removed background music that wasn't ours diff --git a/INSTALL b/INSTALL index 105d0a1c..474bae3a 100644 --- a/INSTALL +++ b/INSTALL @@ -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 tools to compile: 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! -- cgit v1.2.3-60-g2f50