linux编译
以ubuntu为例。
一、编译
找到release版本:https://github.com/gabime/spdlog/releases/tag/v1.9.2
sudo apt-get install cmakewget https://github.com/gabime/spdlog/archive/refs/tags/v1.9.2.tar.gztar -zxvf v1.9.2.tar.gzcd spdlog-1.9.2mkdir buildcd buildcmake -DCMAKE_INSTALL_PREFIX=/home/cm/codes/Tools/3rdlib_linux/spdlog ..makesudo make install
二、安装系统软件包
