How to compile:
---------------
./configure
make

How to install:
---------------
su
make install

How to compile using the configure front-end:
---------------------------------------------
./setup.sh
make

Typical configuration:
----------------------
CFLAGS="-Wall -O2 -DNDEBUG" ./configure --prefix=/usr/local

Debug configuration:
--------------------
CFLAGS="-Wall -g" ./configure
