Revision e29fd33746471ed0cfd88cba32cd9089ec8b03e7 authored by Roberto Di Cosmo on 02 February 2012, 10:37:39 UTC, committed by Roberto Di Cosmo on 02 February 2012, 10:37:39 UTC
1 parent c0b4803
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