Revision b3d9247c79d8599b02b718786f33f98d4d9f2082 authored by Roberto Di Cosmo on 12 May 2014, 09:25:49 UTC, committed by Roberto Di Cosmo on 12 May 2014, 09:25:49 UTC
1 parent 1eaa992
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