Add PhysicsFS instructionsmaster
authorJānis Rūcis <[email protected]>
Fri, 26 Jun 2009 23:40:42 +0000 (27 02:40 +0300)
committerJānis Rūcis <[email protected]>
Fri, 26 Jun 2009 23:40:42 +0000 (27 02:40 +0300)
SETUP

diff --git a/SETUP b/SETUP
index 878a431..f6678a1 100644 (file)
--- a/SETUP
+++ b/SETUP
@@ -143,3 +143,15 @@ http://www.libsdl.org/projects/SDL_ttf/
 
 -------------------------------------------------------------------------------
 
+PhysicsFS
+http://icculus.org/physfs/
+
+    # PhysicsFS 2.0 uses a Cmake-based build system, with almost no
+    # support for cross-compilation.  1.0 uses Autotools,
+    # cross-compiles easily and is much more widely available (e.g.,
+    # Debian Lenny only has 1.0).
+
+    mingw-configure --disable-internal-zlib && mingw-make && mingw-make install
+
+-------------------------------------------------------------------------------
+