Merge pull request #2468 from LorenDB/patch-1

Add openSUSE installation
This commit is contained in:
Gabi Melman 2022-08-12 20:27:02 +03:00 committed by GitHub
commit 64e0724bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ $ cmake .. && make -j
* Fedora: `dnf install spdlog`
* Gentoo: `emerge dev-libs/spdlog`
* Arch Linux: `pacman -S spdlog`
* openSUSE: `sudo zypper in spdlog-devel`
* vcpkg: `vcpkg install spdlog`
* conan: `spdlog/[>=1.4.1]`
* conda: `conda install -c conda-forge spdlog`