Revision 73a7e5b9424a49ffecf7e188efcdbc11983eaece authored by Olaf Hering on 11 October 2019, 11:09:36 UTC, committed by Olaf Hering on 11 October 2019, 19:28:39 UTC
Fixes #52

Signed-off-by: Olaf Hering <olaf@aepfle.de>
1 parent 803edbb
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