-------------------------------
-X-CRILLION INSTALLATION GUIDE-
-------------------------------

1. REQUIREMENTS :
 
- SDL library v0.9.9+ (from http://www.devolution.com/~slouken/SDL)
  (tested up to v1.0.0 beta)
- FreeType font library (from http://www.freetype.org) 
  (tested with 1.1 and 1.2)

2. INSTALLATION 

- Check your X-Server that he is capable of displaying 800x600x32 mode.
- Install the freetype library (from www.freetype.org).
- Install SDL
- type 'make install' in the src/mixer/ directory this will compile&install the
  game in /usr/games and the Sound&Graphic files in /usr/games/lib/xcrillion
- Leveleditor: If you want to make your own levels go to the leveleditor/
  directory and type make install.Read the leveleditor/INSTALL file for more
  information.
- enjoy the game 

3. If something doesn't work

- get sure, that SDL and the FreeType Library are in the lib path
- get sure all required include files are in the /usr/local/include/SDL directory (SDL*.h)
- is /dev/dsp working ?
- try to use SDL 0.9.9+

TO BE CONTINUED ...
