Make sure you have FLTK somewhere. Currently you need to use the version 
provided at http://vizigo.sourceforge.net. You do not need to install it, 
just compile it ...

Create a file "conf.linux.makefile" and insert a line of the form

fltk_prefix =	/path/to/fltk/

The '/' at the end is very important !

Type "touch makedepend" if that file does not exists.

Finally type "make depend" and then "make". That's all !

If using a cross compiler for windows, then create a file "conf.win32.makefile"
also. The cross compiler should be in your path and called c++. The Makefile
will (should !) detect the target automatically.

When I'll have time, I'll use a configure script !
