Quick start instructions ======================== You can check the configure options via `./configure --help'. But the default settings should be ok. For building the package type: $ ./configure $ make $ make install The default installation prefix is `/usr/local/cacao'. You can change this destination by providing the `--prefix=PATH' option to configure. This version of cacao only supports the `--prefix' option, even if configure processes the other options (`--bindir', `--libdir', etc.), it will screw up your installation since CACAO tries to setup a directory tree like the JVMs from Sun or IBM do. Requirements: ------------- In order to build CACAO you need a Java runtime library such as GNU classpath or OpenJDK. Please refer to the respective project documentation for building.