I followed the instructions to build it on github. It wouldn't pull in the libs and link without install ing "g++" and "pkg-config".
I was getting an error compiling file_cache_row.cpp because it wasn't pulling in the math lib for a rounding function. So I added the following include to file_cache_row.h:
#include
After that it compiles with a lot of warnings but builds completely.