https://gitorious.org/ocamlp3l/ocamlp3l_cvs.git
Revision cdecc28d84eb780eebd2e0b09b5aef34feb2aca1 authored by fclement on 08 December 2006, 15:17:12 UTC, committed by fclement on 08 December 2006, 15:17:12 UTC
1 parent 7a91c6b
Raw File
Tip revision: cdecc28d84eb780eebd2e0b09b5aef34feb2aca1 authored by fclement on 08 December 2006, 15:17:12 UTC
Rm.
Tip revision: cdecc28
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