Initial revision
[cacao.git] / README
1 ************************* README for CACAO version 0.15 ************************
2
3 The current sources of CACAO version 0.15 are a snapshot during development.
4 They will change in the near future and are badly documented. This version
5 is not intended for public distribution. It is made available only for
6 educational and research purposes.
7
8 To use the CACAO sources put the cacao015.tgz file in a newly created
9 directory and uncompress it using gzip and extract the files using tar.
10 Make sure you have installed gmake. Enter:
11
12 make config-alpha
13 make
14
15 After this you should have a working version of cacao and cacaoh. How to
16 invoke cacao and which class library has to be used is described at the
17 CACAO home page (http://www.complang.tuwien.ac.at/java/cacao/index.html).
18
19 Under Linux this version currently works only using the option -cf.
20 If you want to use the Digital Unix C-compiler change the variable $CC
21 in the Makefile from gcc to cc.
22
23 The Sparc port is unfinished and not working. So typing "make config-sparc"
24 makes no sense in the moment. Threads are currently also not supported.
25
26 For questions mail me at cacao@complang.tuwien.ac.at, for very urgent
27 questions mail me at andi@complang.tuwien.ac.at.
28
29 Have fun with CACAO
30
31         Andreas Krall