Revision 498782c93f3e0dd3a65c0d24e673f493f24b2b7f authored by Roberto Di Cosmo on 12 May 2014, 09:28:30 UTC, committed by Roberto Di Cosmo on 12 May 2014, 09:56:51 UTC
defaults to doing nothing.

We need to expose a redirect function instead, helping
who may want to use it without rewriting it from scratch.
1 parent dd9f089
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