home *** CD-ROM | disk | FTP | other *** search
- To install the Clean compiler:
-
- 1. cd <directory where you unpacked the Clean .tar.Z file>
- 2. If you want to install clean in the current directory, go to step 3.
- Otherwise, edit the Makefile. Set the variable CLEANDIR to the full path
- name for the Clean environment. (e.g. /usr/local) You can do this by
- replacing the line 'CLEAN :sh = pwd' by 'CLEANDIR = <full path name>'.
- If you don't like the default path names for the bin, lib and manl
- directories, change BDIR, LDIR and MDIR.
- 3. make.
-
- You can now use clm and runsim in the bin directory. Clm is the (sequential)
- Clean to real machine code compiler, which recompiles only what is necessary.
- Runsim is the parallel simulator (interpreter).
-
- If you have any Clean 0.6 or 0.7 programs, you can use the Clean program
- convert07to08.icl to do most of the conversions to Clean 0.8. Compile this
- program with:
- bin/clm -b convert07to08 -o convert07to08
-