Revision 6551bab6f2e064d3e71bef2e3f5274015b87d682 authored by Francois BERENGER on 27 April 2016, 09:21:33 UTC, committed by Francois BERENGER on 27 April 2016, 09:21:33 UTC
1 parent a9f3396
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