Revision 2abc50e48079682560c95885792b9dc7da781644 authored by Roberto Di Cosmo on 30 April 2016, 16:17:45 UTC, committed by Roberto Di Cosmo on 30 April 2016, 16:17:45 UTC
1 parent ce28808
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