spdlog/INSTALL
2018-07-08 14:34:33 +03:00

14 lines
340 B
Plaintext

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