Directory content
-----------------
htmldoc online source code, documented
Releases.txt changes history
rtitan2.pdf pdf version of the manual
rtitan2-src.tar.bz2 source code archive
rtitan2.exe DOS/windows executable
rtitan2-Linux-i686.static Linux i686 static executable
Compiling
---------
Unpack the archive and run 'make' then 'make install'.
In order to build with gif support, the following must be appended to 'make':
GD=yes. e.g.: 'make GD=yes'
Of course, libgd library and headers must be installed on your system.
If your linker complains about hash-style, add 'HASH=""' to 'make':
make HASH=""
If large file support causes problems, add 'LFS=""' to 'make':
make LFS=""
These modifiers can be used together:
Documentation
-------------
The command 'rtitan2 -help' dumps the complete list of options and 'rtitan2
-howto' gives a more detailed documentation about data processing.