---------------------------
----TEMPORARY TEXT FILE----
---------------------------

  This is the Linux/Unix version of Titan 1.1 beta.

  To compile Titan, edit the file 'Makefile.cfg' and edit the library 
and include paths to reflect your system. Titan has support enabled for
all of the handlers by default. 

  An Autoconf version is in the works to make setting Titan up much easier.

  Removing support for a handler. (example using jpeg handler)

Edit Makefile.cfg -
change JPEG_LIB_PATH to JPEG_LIB_PATH = #/usr/lib
change JPEG_LIB_NAME to JPEG_LIB_NAME = #-ljpeg
change F_JPG to F_JPG = #jpg.o

Edit source/contents.h -
change #define USE_JPG to //#define USE_JPG

 Type 'make' tocompile Titan, this should create the library in 
'library\' and the two example programs in ther directories.

  To test Titan, run the view or save example from within X-windows

  Thanks for trying out Titan.

---------------------

Dan Brown       - _danbrown_@yahoo.com
Titan homepage  -  http://now.at/Titan