C-with-Ease installation information


Installation of C-with-Ease should be quite simple.

First, type 'make' to see what platforms are supported.
Select one, for example 'pthreads6' and make that.
Now, make the libraries with 'make'.
'make install' will install the appropriate bits. You can modify where
things are installed by setting the 'prefix' make variable. The default
prefix is /usr/local. You may change the name of the compiler front
ends by setting the make variable 'postfix'. The default postfix is ""
(ie. empty).

For example, "make install prefix=$HOME postfix=-lwp" will install
e++-lwp and ecc-lwp in $HOME/bin and libraries in $HOME/lib/ease-lwp.

Please forward any problems to me.

Tim MacKenzie
tym@dibbler.cs.monash.edu.au

Tim MacKenzie