X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=README;h=d17a921a129bcbdbb9c0d7ddf872f06935609356;hb=fa8651a5a680d2f25e03d6df5fd275e70d5cc696;hp=aa706ccbfef16bd07e823d1376ec8e49ae11d66e;hpb=3a5f5900ebb2b3f0fc418b5a6a0d551db494fc12;p=cacao.git diff --git a/README b/README index aa706ccbf..d17a921a1 100644 --- a/README +++ b/README @@ -1,31 +1,18 @@ -************************* README for CACAO version 0.15 ************************ +CACAO README -The current sources of CACAO version 0.15 are a snapshot during development. -They will change in the near future and are badly documented. This version -is not intended for public distribution. It is made available only for -educational and research purposes. +CACAO is a Java Virtual Machine with a JIT compiler for various +architectures. It includes the Boehm garbage collector and uses GNU +Classpath as core Java library. -To use the CACAO sources put the cacao015.tgz file in a newly created -directory and uncompress it using gzip and extract the files using tar. -Make sure you have installed gmake. Enter: +You will find the licensing conditions in the file COPYING. Licensing +information for third party software can be found in THIRDPARTY. -make config-alpha -make +For installation instructions, please refer to INSTALL. -After this you should have a working version of cacao and cacaoh. How to -invoke cacao and which class library has to be used is described at the -CACAO home page (http://www.complang.tuwien.ac.at/java/cacao/index.html). +New versions, updates and general information can be retrieved from +http://www.cacaovm.org/. -Under Linux this version currently works only using the option -cf. -If you want to use the Digital Unix C-compiler change the variable $CC -in the Makefile from gcc to cc. +Enjoy! -The Sparc port is unfinished and not working. So typing "make config-sparc" -makes no sense in the moment. Threads are currently also not supported. - -For questions mail me at cacao@complang.tuwien.ac.at, for very urgent -questions mail me at andi@complang.tuwien.ac.at. - -Have fun with CACAO - - Andreas Krall +The CACAO Team +cacao@cacaojvm.org