Revision f245a8854850df799362af8b22d4341680efcb01 authored by Pippijn van Steenhoven on 25 July 2013, 01:50:32 UTC, committed by Pippijn van Steenhoven on 25 July 2013, 01:50:32 UTC
1 parent 61f92a7
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