Revision f8821c38a7d9de34ec69580e972c272eca2bd480 authored by Roberto Di Cosmo on 23 February 2013, 10:45:20 UTC, committed by Roberto Di Cosmo on 23 February 2013, 10:45:20 UTC
1 parent c6a4a8c
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