/---------------------------------------/
/ CHRYZODUS - A chryzode explorer       /
/ Version 0.32                          /
/ http://chryzodus.sourceforge.net      /
/ Copyright (C) 2004 Florian LHERBETTE  /
/---------------------------------------/

-----------------------------------------------------
INSTALLATION INSTRUCTIONS FOR THE SOURCE DISTRIBUTION
-----------------------------------------------------

To compile Chryzodus, the Allegro library is required.
Get it at http://alleg.sf.net
The source code has been succesfully tested with the 4.1.12 version under linux
and the 4.1.14 version under windows. Any version of Allegro from the 4.1.x branch
should work.
Follow the help file in the Allegro archive to install the library.

- Compiling under Windows with MinGW :

make -f makefile.win
It will generate a "chryzodus.exe" executable
( sorry there is no "make install" )

- Compiling under *NIX sytems ( such as linux ) with gcc :

make -f makefile.unx
It will generate a "chryzodus" binary
( sorry there is no "make install )