https://gitorious.org/ocamlp3l/ocamlp3l_cvs.git
Revision 216a721a74b88ddcfabb749c961b4558126e311a authored by weis on 23 January 2007, 15:13:21 UTC, committed by weis on 23 January 2007, 15:13:21 UTC
1 parent de69238
Raw File
Tip revision: 216a721a74b88ddcfabb749c961b4558126e311a authored by weis on 23 January 2007, 15:13:21 UTC
Use the new OCamlP3l compiler.
Tip revision: 216a721
INSTALL
OcamlP3l Version 2.03
---------------------

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