https://gitorious.org/parmap/parmap.git
Raw File
Tip revision: 0064fbd0ad69de205ea6ec6999f3d3895e9442c2 authored by Roberto Di Cosmo on 10 January 2012, 20:40:45 UTC
Added Makefile for OCaml 3.11
Tip revision: 0064fbd
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