chmod +x autogen.sh ./autogen.sh ./configure makeBecome root and type:
make install
./configure --helpIf you do not have GNU Gettext installed, instead use:
./configure --disable-nlsIf you want to disable Perl you can do:
./configure --disable-perlIf you want to install a smaller stripped binary (without debug) do:
make install-strip