https://gitorious.org/ocamlp3l/ocamlp3l_cvs.git
Revision f39567a6d059a1cfabb150d4efade5351b4fc680 authored by zli on 09 January 2007, 22:50:28 UTC, committed by zli on 09 January 2007, 22:50:28 UTC
Now we stick to the standard library +ocamlp3l
1 parent aef7d19
Raw File
Tip revision: f39567a6d059a1cfabb150d4efade5351b4fc680 authored by zli on 09 January 2007, 22:50:28 UTC
Adapte the path convention to reflect the new changement in makefile
Tip revision: f39567a
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, if (and only if) you do not want to install the software binaries in the
directory /usr/local/bin, modify the configuration make file makefile.config in
the root directory of the distribution.

Now, just type

make configure
make
make install

and you are done.

Other make commands include:

make clean
make uninstall
back to top