1Author: John Spray (spray_john@users.sourceforge.net)
2
3INSTALL
4-------
5
6`make`, read the errors, fix it, and let me know.  Relies on `sdl-config` being
7present, and other libs/headers being in some location known to the compiler.
8
9`make install` will install excido to the prefix set in Makefile.  This is "/usr/local/" by default.
10
11A corresponding `make uninstall` exists.
12
13Dependencies
14------------
15
16In order to compile, you will need the following libraries and their headers:
17	-SDL, SDL_mixer, SDL_image, SDL_ttf.  I work with version 1.2.5 of SDL,
18	1.2.0 of mixer and image, and 2.0.5 of ttf.  Functionality with older
19	versions is unknown.	http://libsdl.org
20
21	-PhysFS.  I work with version 0.1.8.  Again with the unknown performance
22	 of earlier versions.  http://www.icculus.org/physfs
23
24	-OpenGL 1.4.  Libs need to be 1.4, but headers can be 1.1.  GLU is
25	required too, but you have that, right?
26
27Debian users rejoice, all of the above are in unstable.
28