Revision e8ad8a7c881b97357b5f3d31ac5adc270657586d authored by Francois BERENGER on 30 November 2017, 00:59:54 UTC, committed by Francois BERENGER on 30 November 2017, 00:59:54 UTC
1 parent b030c05
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