Server-Root/libraries/build_spdlog.sh
2018-08-08 19:51:41 +00:00

5 lines
55 B
Bash
Executable File

cd spdlog/build/
cmake ..
make -j 12
sudo make install