File: INSTALL

package info (click to toggle)
pescetti 0.5-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 584 kB
  • sloc: java: 3,043; makefile: 113; sh: 41
file content (24 lines) | stat: -rw-r--r-- 672 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
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