Revision 6be3de4e4a39e5398dc5f96fcd0c54ef2d031981 authored by Roberto Di Cosmo on 10 July 2018, 10:36:59 UTC, committed by GitHub on 10 July 2018, 10:36:59 UTC
fix mapi_range used by array_parmapi
2 parent s d23100d + 961fa9b
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
back to top