The point of good compilers is world domination. The point of not-so-good
compilers is to serve quality coffee at an affordable price.

Compiler.CupOfCoffee();

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

There is documentation in docs/ in the form of a PDF document.

To build ferite run:

  $ ./configure
  $ make
  $ su -c 'make install'
  
To generate the ferite api documentation (for both writing scripts and
native modules)

  $ cd docs
  $ make doc
  $ su -c 'make doc-install'
  
The last stage is not vital, but it will build and install api documentation
into the system for people to use.

