File: INSTALL

package info (click to toggle)
salliere 0.10-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 812 kB
  • sloc: java: 4,086; makefile: 131; sh: 52
file content (25 lines) | stat: -rw-r--r-- 713 bytes parent folder | download | duplicates (4)
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