Revision 355de5103e31129ecb0373b39db603e91734113f authored by Jerome Vouillon on 17 November 2011, 16:27:00 UTC, committed by Roberto Di Cosmo on 18 November 2011, 17:46:53 UTC
1 parent 1da829e
Raw File
INSTALL
To install this program, just type

make; make install

To uninstall, type

make uninstall

To compile from git, do this first :

aclocal -I m4
autoconf
./configure
make

back to top