This library uses automake/autoconf. 

$ sh ./autogen.sh 
$ ./configure 
$ make install

should do it.  Don't forget to export ACLOCAL_FLAGS=$prefix/share/aclocal
if you are using a --prefix. 

