
COMPILING NOTES
===============

There is a GNU makefile for building Eureka under Linux.

You will need FLTK (Fast Light Tool Kit) version 1.3.0.
Unpack a copy of this into the lib_linux/ directory, so you
end up with a lib_linux/fltk-1.3.0 directory.

I recommend the following configuration for FLTK:

   ./configure --quiet --disable-shared --disable-gl \
               --disable-localjpeg --disable-localzlib \
               --disable-localpng

Using a system wide installment of FLTK (e.g. an libfltk***-dev
package on Debian or Ubuntu) should be possible but will require
some surgery to the Makefile.

No other libraries are needed for Eureka (FLTK may need zlib,
jpeglib and libpng).

