To compile this program you'll need dev packages for the following libraries:

* fltk, fltk_images, fluid (www.fltk.org)
* pcre (www.pcre.org)
* libjpeg (www.ijg.org)
* libpng (www.libpng.org)

As of 0.9 SDL is no longer used at all.

Also, as of 0.9.1, a hand-rolled 'configure' script is provided to set a few
default options and check for library presence. Other than the normal 
configure options such as --prefix, there is also --browser for setting a 
default browser (defaults to 'mozilla-firefox').

You can also pass the following options to "make" in order to control how it's
compiled:

TYPE=<type>		Choose the target. Valid targets are: linux (should
theoretically work in any POSIX setting), crosswin (compiles a Windows target
on a Linux system; not recommended, it relies heavily on my specific setup) 
or mingw. Defaults to linux. Case sensitive on systems where case for 
filenames matters. The mingw target is completely untested, so don't be 
surprised if it breaks. If it does, let me know and I'll see what I can do 
about tweaking it.

On a *nix system you should be able to compile it without any extra options. 
If somebody wants to try the Linux target in other settings (including OSX) 
and let me know how well it works I'd love to hear from you.
