Revision eb48d9ee0f5244f702dccb0292decc402984a1f4 authored by Roberto Di Cosmo on 06 December 2011, 12:33:59 UTC, committed by Roberto Di Cosmo on 06 December 2011, 12:33:59 UTC
Conflicts:
	example/utils.ml
	parmap.ml
2 parent s d296f61 + 0ad62e5
Raw File
INSTALL
To install this program, just type

make; make install

To uninstall, type

make uninstall

To compile from git, do this first :

aclocal -I m4
autoconf
autoheader
./configure
make

back to top