Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 1.05 KB

INSTALL

File metadata and controls

34 lines (19 loc) · 1.05 KB
 
Jul 28, 2001
Jul 28, 2001
1
2
Building is very easy.
Aug 23, 2001
Aug 23, 2001
3
4
5
6
7
8
9
10
11
12
13
14
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.
The best documentation for the PhysicsFS API is physfs.h. It is VERY heavily
commented, and makes an excellent, in-depth reference to all the functions.
UNIX:
Jul 28, 2001
Jul 28, 2001
15
Edit "Makefile", and follow the instructions. The defaults are probably okay
Aug 23, 2001
Aug 23, 2001
16
17
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.
Jul 28, 2001
Jul 28, 2001
18
19
20
21
22
run "make"
That's it. The library will be sitting in a new directory called "bin".
Aug 7, 2001
Aug 7, 2001
23
Run "make install" to install the library for use on your system.
Jul 28, 2001
Jul 28, 2001
24
Aug 23, 2001
Aug 23, 2001
25
26
27
28
29
30
31
WIN32:
If building with CygWin, follow the Unix instructions, above. If you're using
Visual C, unzip VisualC.zip so that the project files end up in the same
directory as physfs.c, and point Visual C at that project to build. If you're
using any other compiler, send me a patch when you get it working. :)
Jul 28, 2001
Jul 28, 2001
32
--ryan. (icculus@clutteredmind.org)