git clone https://github.com/gabime/spdlog.git
1、只需复制其头文件
下载之后,只需要用把里面的spdlog文件夹放到自己工程的include目录上,编写CMakeLists.txt,再在main.cpp中#include "spdlog/spdlog.h"即可。
2、安装到linux路径中
cd spdlog && mkdir build && cd build
cmake .. && make -j
sudo make install