Revision 9c56102eefea23c95405533e1de23da4b873ecc4 authored by Francois Berenger on 18 May 2012, 06:02:28 UTC, committed by Francois Berenger on 18 May 2012, 06:02:28 UTC
added ocamlbuild in BuildTools
corrected Path in Library section so that ocamlbuild stops winning
1 parent 79534ae
Raw File
INSTALL
To install this program, just type

./configure; make; make install

To uninstall, type

make uninstall

To compile from git, do this first :

aclocal -I m4
autoconf
autoheader
./configure
make

-------------------------------------
Users of OCaml version 3.11 will not
be able to use the standard makefile
due to changes in ocamlbuild.

Use make -f Makefile_3.11 instead.
back to top