0 Star 0 Fork 2

wwmfeng / spdlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
INSTALL 340 Bytes
一键复制 编辑 原始数据 按行查看 历史
Gabi Melman 提交于 2018-07-08 14:34 . Update INSTALL
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
C++
1
https://gitee.com/MMMMMonkey/spdlog.git
git@gitee.com:MMMMMonkey/spdlog.git
MMMMMonkey
spdlog
spdlog
master

搜索帮助