Revision b2c3bec822dccee628be58de06e44d967aaa4cfb authored by Roberto Di Cosmo on 10 January 2012, 17:13:41 UTC, committed by Roberto Di Cosmo on 10 January 2012, 17:13:41 UTC
1 parent eb48d9e
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