mkdir build
cd build
cmake ..
make
Debug mode will print more data to stdout. If you would like to build in debug mode, replace the cmake command with :
cmake -DDEBUG_MODE=ON ..
If you'd like to use this in a ROS enviroment without having to install the library on the system, I wrote a ROS wrapper for the library.
Also, a ROS example.