Revision ece2a7fa6f0294e48411251e0fa5294a521a4521 authored by Roberto Di Cosmo on 19 November 2011, 07:18:36 UTC, committed by Roberto Di Cosmo on 19 November 2011, 07:18:36 UTC
1 parent 355de51
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