https://gitorious.org/parmap/parmap.git
Raw File
Tip revision: bfafe56602af035f59dcb6a9bd1ac3d68f193052 authored by Roberto Di Cosmo on 30 November 2011, 21:56:46 UTC
Removed dead code, fixed huge_size
Tip revision: bfafe56
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
./configure
make

back to top