Revision 1cc6a04f2a53f5db0af8b0e1134b1472bb5b158a authored by Roberto Di Cosmo on 17 September 2015, 13:35:32 UTC, committed by Roberto Di Cosmo on 17 September 2015, 13:35:32 UTC
1 parent 58f56f5
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