Revision 8d19c669755b05ed6d8cef2ed09fe8de21a59499 authored by Roberto Di Cosmo on 30 March 2019, 16:57:21 UTC, committed by GitHub on 30 March 2019, 16:57:21 UTC
2 parent s 6be3de4 + 918930b
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