Revision 125cb4d85508c2f9c61fd4db0e077eda999d6805 authored by Roberto Di Cosmo on 26 February 2014, 22:12:20 UTC, committed by Roberto Di Cosmo on 26 February 2014, 22:12:20 UTC
1 parent ee86243
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