Revision d5d197cc94b61f9e7636d91e957687a3d9787fd7 authored by Francois BERENGER on 27 April 2016, 09:23:49 UTC, committed by Francois BERENGER on 27 April 2016, 09:23:49 UTC
1 parent 6551bab
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