Revision 50e45ad386e4a2c3f578a772f52cdb2ddee4332c authored by Roberto Di Cosmo on 30 November 2011, 13:54:55 UTC, committed by Roberto Di Cosmo on 30 November 2011, 13:54:55 UTC
1 parent 6b8adc7
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