Revision 236137fb12dd84b8d60bd7f6f9496d6032f85df2 authored by Roberto Di Cosmo on 12 May 2014, 09:56:23 UTC, committed by Roberto Di Cosmo on 12 May 2014, 10:09:07 UTC
1 parent 498782c
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