* configure.ac: New switch for disabling -O2 (--disable-optimizations).
[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 build CACAO you need a Java runtime library such as GNU
24 classpath or OpenJDK. Please refer to the respective project
25 documentation for building.