Revision 6ee5d28a8988618b187e10ebbe680be736c694c4 authored by fclement on 21 September 2006, 15:57:14 UTC, committed by fclement on 21 September 2006, 15:57:14 UTC
1 parent 4442830
Raw File
INSTALL
OcamlP3l Version 2.0
--------------------

INSTALLATION INSTRUCTIONS
=========================

To install OcamlP3l, you need to have Objective Caml version 3.09 or higher
installed in your system, with the Unix library.

Then, look at the Makefile in the root directory of the distribution and modify
the variables therein according to your environment. We provide defaults which
are the good ones for standard Linux distributions.

Now, just type

make configure
make all
make install
make installopt

and you are done.

Other make commands include:

make clean
make uninstall
back to top