Compiling
---------

   requirements, unix:

   - c++ compiler, I've used g++ 2.95.2, 2.8.1 and egcs 1.0.3
   - gnu make
   - Qt, version >= 2.00 (freely available from: http://www.troll.no)
     (I've tested fractorama up through Qt and including 2.3.0)

   you will almost certainly have to edit the file "directories.inc"
   in this directory and change the line that reads:

   UNIX_QTROOT := /tools/qt-2.00

   to reflect the location of your Qt installation

   requirements, winnt:

   - c++ compiler, I've used vc++ 5.0, vc++ 6.0
   - gnu make
   - Qt, version >= 2.00 (requires a license from Troll Tech, the
     makers of Qt)

   you will almost certainly have to edit the file "directories.inc"
   in this directory and change the lines that read:

   WINDOWS_QTROOT     := e:/qt
   WINDOWS_VC_INCLUDE := e:/devstudio/vc/include

   to reflect the location of your vc++ include files and Qt installation
   respectively

   Once you have edited the contents of directories.inc, type 'make' (to
   build a debug version) or 'make release' to build a release version

Docs/Examples
-------------
   There is a general .html help file in the docs subdirectory
(docs/fractal.html) that describes the structure of the formula file and the.
There is also an .html file (docs/color.html) that provides some more detailed
information about coloring techniques you can use with your generated
fractals.

   Under the examples subdirectory you will find many example fractal formula
files, they demonstrate a number of interesting ideas and techniques and
contain detailed comments.
