Revision 1d23faaec580adf27565825481cd3f79a7a54fd1 authored by Roberto Di Cosmo on 23 February 2013, 10:46:11 UTC, committed by Roberto Di Cosmo on 23 February 2013, 10:46:11 UTC
2 parent s f8821c3 + bf3d603
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