
This application uses autotools for building the application. 

Build:
./autogen.sh 
./configure
make

Install:
make install

Uninstall:
make uninstall
