Updated again.

This commit is contained in:
Ryan C. Gordon 2001-09-02 01:11:56 +00:00
parent 443c70063d
commit 60596eb083
1 changed files with 7 additions and 1 deletions

View File

@ -1,7 +1,8 @@
Building is very easy (*cough*).
Building is very easy.
ALL PLATFORMS:
Please understand your rights and mine: read the text file LICENSE in the root
of the source tree. If you can't abide by it, delete this source tree now.
@ -10,6 +11,7 @@ commented, and makes an excellent, in-depth reference to all the functions.
UNIX:
Edit "Makefile", and follow the instructions. The defaults are probably okay
for general purposes, but give it a once over to make sure. If you don't have
zLib on your system, you'll need to disable ZIP support.
@ -33,5 +35,9 @@ 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. :)
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)