1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Installation Instructions
-------------------------
To build salliere you will need a 1.5 compatible Java compiler with at least
1.4 compatible java libraries, libcsv-java
(http://sourceforge.net/projects/javacsv/), libmatthew-debug-java
(http://www.matthew.ath.cx/projects/java/) and libitext-java (v2 or higher)
(http://www.lowagie.com/iText/)
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 libcsv-java, libmatthew-debug-java and libitext
DEBUG = enable to enable debugging
|