Merge pull request #2057 from mr-c/patch-1

List Debian instructions in the README
This commit is contained in:
Gabi Melman 2021-08-19 00:54:00 +03:00 committed by GitHub
commit e159052e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@ $ cmake .. && make -j
* conan: `spdlog/[>=1.4.1]`
* conda: `conda install -c conda-forge spdlog`
* build2: ```depends: spdlog ^1.8.2```
* Debian: `sudo apt install libspdlog-dev`