Revision 942f90e4ab18c4308a524176f804a88f5ce63454 authored by Doug Hogan on 09 February 2015, 07:57:40 UTC, committed by Roberto Di Cosmo on 09 February 2015, 10:42:28 UTC
1 parent b0f230d
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