https://gitorious.org/ocamlp3l/ocamlp3l_cvs.git
Revision 1802f09130f30875586dcd8f7b60b9204973d103 authored by weis on 02 May 2006, 12:34:19 UTC, committed by weis on 02 May 2006, 12:34:19 UTC
1 parent 70722f5
Raw File
Tip revision: 1802f09130f30875586dcd8f7b60b9204973d103 authored by weis on 02 May 2006, 12:34:19 UTC
Adding proper compile flags to the Caml compilers.
Tip revision: 1802f09
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 all
make install
make installopt

and you are done.

Other make commands include:

make clean
make uninstall
back to top