
Here is a brief guide on how to install metaocaml.

After you've unpacked this directory and cd into it, do:

./configure -prefix `pwd`
make world                                                                    
make install

If you want to be able to execute metaocaml from anywhere,
replace `pwd` with your directory in your $PATH.
