Revision bfafe56602af035f59dcb6a9bd1ac3d68f193052 authored by Roberto Di Cosmo on 30 November 2011, 21:56:46 UTC, committed by Roberto Di Cosmo on 30 November 2011, 21:56:46 UTC
1 parent 98ed2d6
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