X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=cacao.git;a=blobdiff_plain;f=INSTALL;h=0fe2835f779067fbab8abe08f8da4e1312b51fd3;hp=029609588d9bb791d452e65146df577310f62c93;hb=HEAD;hpb=7324ef9c795b1d5770b720338f959850a3ede4c3 diff --git a/INSTALL b/INSTALL index 029609588..0fe2835f7 100644 --- a/INSTALL +++ b/INSTALL @@ -14,14 +14,12 @@ 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 Sun or IBM does. +directory tree like the JVMs from Sun or IBM do. Requirements: ------------- -In order to compile the Java classes from GNU classpath, you need a -Java compiler supported by GNU classpath. To get a working classpath -in an appropriate time, we recommend IBM jikes 1.18 or newer. For -further instructions concerning GNU classpath, please refer to -`src/classpath/INSTALL'. +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.