Installation Instructions
-------------------------

Ribelato currently unpacks into a single directory.  For 32-bit Linux
systems, you should be able to directly use the rib.generator.so file.
That file can be put anywhere you like, as long as it's in a directory
that is included in Gelato's generator searchpath, set by
Attribute("path:generator").  See the Gelato documentation for information
on how to set search paths in your startup or other files.

Compilation of the source should only be necessary when porting to
other systems or if you need to modify the source in any way.

For modern Linux distributions, you should just be able to run 'make'
to recompile all (only 3) source modules and create a new
rib.generaor.so.  For proper linkage with Gelato at runtime, you
should be using gcc, release 3.2 or higher.

The command 'make tar' should recreate the tar file that you originally
received.

