Revision 5b509691f9998da62aa5514a6bd076ac51d60843 authored by Roberto Di Cosmo on 23 April 2015, 18:26:19 UTC, committed by Roberto Di Cosmo on 23 April 2015, 18:26:19 UTC
1 parent 6fb0eb0
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