Revision f9540fed215f9ba0c5ce072ee7f7bf86a02f77ae authored by Xavier Clerc on 08 January 2015, 09:48:17 UTC, committed by Xavier Clerc on 08 January 2015, 09:48:17 UTC
1 parent a7cd1f7
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