Revision 7c3283c039a0228694ee7fca330cea4f9cbad4eb authored by Francois BERENGER on 30 November 2017, 01:14:59 UTC, committed by Francois BERENGER on 30 November 2017, 01:14:59 UTC
1 parent 2ccdd08
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