swh:1:snp:2d869aa00591d2ac8ec8e7abacdda563d413189d
Raw File
Tip revision: bfafe56602af035f59dcb6a9bd1ac3d68f193052 authored by Roberto Di Cosmo on 30 November 2011, 21:56:46 UTC
Removed dead code, fixed huge_size
Tip revision: bfafe56
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