From e66385160475efc47bd5583cc3adf4cb24aa04d1 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 6 Apr 2002 14:16:47 +0000 Subject: [PATCH] Added MacOS info, etc. --- INSTALL | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 077dcd56..34ea1acc 100644 --- a/INSTALL +++ b/INSTALL @@ -38,6 +38,22 @@ 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. ---ryan. (icculus@clutteredmind.org) +MACOS 8/9: +Download http://icculus.org/physfs/downloads/mac_classic_support.sit and +unpack it in the root of the physfs folder. It should produce a folder +called "Mac Classic Support" that has CodeWarrior 6 project files and a +copy of zlib for zipfile support. + +If someone is willing to maintain prebuilt PhysicsFS Shared Libraries for +the Mac, I'd like to hear from you; send an email to icculus@clutteredmind.org. + + +OTHER PLATFORMS: +Many platforms might "just work" with the Unix Makefile (such as BeOS and +MacOS X), but have not been tested. To implement a new platform or +archiver, please read the heavily-commented physfs_internal.h and look +in the platform/ and archiver/ directories for examples. + +--ryan. (icculus@clutteredmind.org)