./configure && make && su -c "make install"

configure is just there to maintain compatibility with GNU.

the makefiles are GNU makefiles, so some systems may need to run
gmake in place of make.
