Revision 4ba1fbd32f677a81e254e0139ea85d5c777f0ddf authored by Roberto Di Cosmo on 27 November 2011, 14:06:29 UTC, committed by Roberto Di Cosmo on 27 November 2011, 14:06:29 UTC
1 parent 19382c6
Raw File
INSTALL
To install this program, just type

make; make install

To uninstall, type

make uninstall

To compile from git, do this first :

aclocal -I m4
autoconf
./configure
make

back to top