swh:1:snp:2d869aa00591d2ac8ec8e7abacdda563d413189d
Tip revision: 99d9d23e80e3bdd196ea0eda76e60b51423416c7 authored by Jeremie Dimino on 26 October 2016, 10:14:13 UTC
Only wait for the children started by parmap
Only wait for the children started by parmap
Tip revision: 99d9d23
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