From 5eb4ceb7afaadfc45fccf40219c18ddb22e8becb Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Fri, 19 Apr 2002 20:52:59 +0000 Subject: [PATCH] Updated. --- CHANGELOG | 2 ++ INSTALL | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f553d469..10186f0f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,8 @@ * CHANGELOG. */ +04192002 - Corrected some win32 info in INSTALL. Changed Makefile to + package releases as .tar.gz instead of .tar.bz2. 04122002 - Some win32 cleanups and fixes across several files. Upped version to 0.1.5. 04082002 - Fixed problem when calling __PHYSFS_setError before PHYSFS_init. diff --git a/INSTALL b/INSTALL index 34ea1acc..87786f9d 100644 --- a/INSTALL +++ b/INSTALL @@ -25,15 +25,15 @@ Run "make install" to install the library for use on your system. WIN32: Download http://icculus.org/physfs/downloads/physfs-win32-support.zip, and -unpack in the root of the source directory, preserving directory names. If you -did it correctly, there should be a directory named "zlibwin32" in the same -directory as "physfs.h". This archive has Visual C project/workspace files and +unpack in the root of the source directory, preserving directory names. If +you did it correctly, there should be a directory named "zlib114" in the +same directory as "physfs.h". This archive has Visual C project files and the code needed for zipfile support in PhysicsFS, since most Windows boxes don't have zlib preinstalled. -After that, if building with CygWin, follow the Unix instructions, above. If -you're using Visual C, point the IDE at physfs.dsw, and build. If you're using -any other compiler, send me a patch when you get it working. :) +After that, if building with CygWin, follow the Unix instructions, above. +If you're using Visual C, point the IDE at physfs.dsp, and build. If +you're using any other compiler, send me a patch when you get it working. :) If someone is willing to maintain prebuilt PhysicsFS DLLs, I'd like to hear from you; send an email to icculus@clutteredmind.org.