There is no configure script.  I assume that you have a modern GNU/Linux 
(or similar) system that has the usual libraries and so forth.  Nothing 
unusual is required, just a C++ complier (g++, probably).  If you want 
to change the install location, edit the very simple Makefile.

To compile, say "make".  

To install, say "make install".

To uninstall, say "make uninstall".
