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

To build pescetti you will need a 1.5 compatible Java compiler with at least
1.4 compatible java libraries, libmatthew-debug-java
(http://www.matthew.ath.cx/projects/java/) and libitext-java
(http://www.lowagie.com/iText/). You will also need GNU gettext installed.

To build:

   make all

To install:

   make install

Both of these can be modified by setting variables. See the Makefile for more
details, but the most likely ones to be changed are:

   PREFIX = install prefix
   JAVAC = Java compiler
   JAVA = Java VM
   CLASSPATH = path to libmatthew-debug-java and libitext
   DEBUG = enable to enable debugging
