physfs/INSTALL

14 lines
351 B
Plaintext
Raw Normal View History

2001-07-28 15:07:10 +02:00
Building is very easy.
Edit "Makefile", and follow the instructions. The defaults are probably okay
for general purposes, but give it a once over to make sure.
run "make"
That's it. The library will be sitting in a new directory called "bin".
2001-08-07 04:56:50 +02:00
Run "make install" to install the library for use on your system.
2001-07-28 15:07:10 +02:00
--ryan. (icculus@clutteredmind.org)