*===* anaglyph mode is for flame's only

On Linux system to compile type:

./autogen.sh
./make

binary file is "gnomechaos" in src directory.

=====================================================================
On Windows to run this programm you need   GTK+ 2 Runtime          
Environment from http://gimp-win.sourceforge.net/stable.html.       
                                                                   
If you have GIMP installed it's ok, it should work.

=====================================================================

To compile om Windows, install mingw  and msys and type in shell:

gcc   *.c   -o gnomechaos.exe   -mms-bitfields   -mwindows   -DPACKAGE_DATA_
DIR="\"/c/devel/mingw/share\""   -DPACKAGE="\"gnomechaos\""   -DPACKAGE_LOCALE_
DIR=\"\"   -DPACKAGE_PREFIX=\"\"   `pkg-config --cflags --libs gtk+-2.0 gthread-2.0`


Read  more detailed here : http://www.ibiblio.org/apollo/WinGtkHowto.html
                 or here : http://www.mingw.org/MinGWiki/index.php/GladeGuide 
It work with WindowsXP too.

To start programm you need zlib library from: http://gnuwin32.sourceforge.net/packages/libpng.htm or http://www.libpng.org/pub/png
Unpack (or compile zelf) binaries zlib file in program src directory. 
Maybe later you need jpeg, tiff library.
http://gnuwin32.sourceforge.net/packages/jpeg.htm or or http://www.ijg.org/

and tiff library: http://gnuwin32.sourceforge.net/packages/tiff.htm or
http://www.remotesensing.org/libtiff/




