swh:1:snp:2d869aa00591d2ac8ec8e7abacdda563d413189d
Raw File
Tip revision: 6be3de4e4a39e5398dc5f96fcd0c54ef2d031981 authored by Roberto Di Cosmo on 10 July 2018, 10:36:59 UTC
Merge pull request #75 from UnixJunkie/patch-2
Tip revision: 6be3de4
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