Revision b0d47a1b6c41828759e32720976f6dec96dc7977 authored by Roberto Di Cosmo on 04 February 2012, 00:59:14 UTC, committed by Roberto Di Cosmo on 06 February 2012, 21:34:32 UTC
Now we call parmap directly, and there are no
problems like with Graphics.
1 parent e29fd33
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