*** empty log message ***
[cacao.git] / INSTALL
1 CACAO specific installation instructions
2 ========================================
3
4 * CLASSPATH, classfiles & other Java weirdness
5 ----------------------------------------------
6
7 Make sure you have classfiles which work with cacao. A version of
8 these can be found at
9 ftp://www.complang.tuwien.ac.at/pub/java/cacao/classes.zip.gz
10
11 After the installation of these set the environment variable CLASSPATH
12 to the directories where your class libraries are stored. E. g. if you
13 unzipped classes.zip in the directory /usr/local/lib/java/classes set
14 the CLASSPATH environment variable to /usr/local/lib/java/classes.
15
16 * configuring & compiling CACAO
17 -------------------------------
18
19   1. Unpack the tar archive (apparently you have done this, otherwise
20      you wouldn't read this file.
21
22   2. `cd' to the directory containing the package's source code and type
23      `./configure' to configure the package for your system.  If you're
24      using `csh' on an old version of System V, you might need to type
25      `sh ./configure' instead to prevent `csh' from trying to execute
26      `configure' itself.
27
28      Running `configure' takes awhile.  While running, it prints some
29      messages telling which features it is checking for.
30
31   3. Type make.
32
33 After this you should have a working version of cacao and cacaoh. How to
34 invoke cacao and which class library has to be used is described at the
35 CACAO home page (http://www.complang.tuwien.ac.at/java/cacao/index.html).