spdlog/INSTALL

14 lines
340 B
Plaintext
Raw Normal View History

2016-07-08 22:50:13 +08:00
spdlog is header only library.
Just copy the files to your build tree and use a C++11 compiler
Tested on:
2018-07-08 19:34:18 +08:00
gcc 4.8.1 or above
2018-07-08 19:34:33 +08:00
clang 3.5 or above
2018-07-08 19:34:18 +08:00
Visual Studio 2013 or above
2016-07-08 22:50:13 +08:00
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