Page 1 of 1

Object oriented programming in BETA

Posted: Wed Feb 01, 2006 5:53 pm
by KBleivik
Downaload the book here:
ftp://ftp.daimi.au.dk/pub/beta/betabook/betabook.pdf

The MjĂžlner system including the BETA compiler can be downloaded here: http://www.daimi.au.dk/~beta/mjolner_sy ... nload.html

Installation guide: http://www.daimi.au.dk/~beta/Manuals/r5 ... index.html

For linux users:

mkdir beta (in standard location: mkdir /usr/local/lib/beta);
cd there (cd /usr/local/lib/beta)

Download all files fra ftp://ftp.daimi.au.dk/pub/beta/mjolner- ... 2.2/Linux/

mv r5_2_2c_fc3_patch.tar.gz r5_2_2c_fc3_patch.tgz

for L in *.tar.gz; do tar xzf $L; done

tar xzf betarun_glibc23.tgz
tar xzf r5_2_2c_fc3_patch.tgz

Adjust PATH to include /usr/local/lib/beta/bin if that's not already the case