spdlog is header only library.Just copy the files to your build tree and use a C++11 compilerTested on:gcc 4.8.1 and aboveclang 3.5Visual Studio 2013gcc 4.8 flags: --std==c++11 -pthread -O3 -flto -Wl,--no-as-neededgcc 4.9 flags: --std=c++11 -pthread -O3 -fltosee the makefile in the example folder