From 0e32e2ee99c66f389894861b8f65bf53c2dc3b08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C4=81nis=20R=C5=ABcis?= Date: Sat, 27 Jun 2009 02:40:42 +0300 Subject: [PATCH] Add PhysicsFS instructions --- SETUP | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/SETUP b/SETUP index 878a431..f6678a1 100644 --- 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 + +------------------------------------------------------------------------------- + -- 2.11.4.GIT