Revision 961fa9b2999f7bcda87e84ef1928901ae03a9996 authored by UnixJunkie on 10 July 2018, 09:06:57 UTC, committed by GitHub on 10 July 2018, 09:06:57 UTC
1 parent d23100d
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