Revision 0da42ca1d82aa07fe9e8e533741227ed74befc74 authored by Roberto Di Cosmo on 23 April 2015, 18:19:10 UTC, committed by Roberto Di Cosmo on 23 April 2015, 18:19:25 UTC
1 parent 715ae7a
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