Revision ce335a74212a5b80294a2214bbe0e47558e1366a authored by Francois Berenger on 16 May 2014, 02:39:24 UTC, committed by Francois Berenger on 16 May 2014, 02:39:24 UTC
1 parent 9f1f03a
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