Object oriented programming in BETA

Post Reply
KBleivik
Site Admin
Posts: 88
Joined: Tue Jan 31, 2006 3:10 pm
Location: Moss Norway
Contact:

Object oriented programming in BETA

Post 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
Kjell Gunnar Bleivik
Make it simple, as simple as possible but no simpler: | DigitalPunkt.no |

Post Reply