minor changes
[cacao.git] / INSTALL
1 Quick start instructions
2 ========================
3
4 You can check the configure options via `./configure --help'. But the
5 default settings should be ok. For building the package type:
6
7    $ ./configure
8    $ make
9    $ make install
10
11 The default installation prefix is `/usr/local/cacao'. You can change
12 this destination by providing the `--prefix=PATH' option to configure.
13
14 This version of cacao only supports the `--prefix' option, even if
15 configure processes the other options (`--bindir', `--libdir', etc.),
16 it will screw up your installation since CACAO tries to setup a
17 directory tree like the JVMs from Sun or IBM do.
18
19
20 Requirements:
21 -------------
22
23 In order to compile the Java classes from GNU classpath, you need a
24 Java compiler supported by GNU classpath. To get a working classpath
25 in an appropriate time, we recommend IBM jikes 1.18 or newer. For
26 further instructions concerning GNU classpath, please refer to
27 `src/classpath/INSTALL'.