Update README.md

This commit is contained in:
Gabi Melman 2021-08-19 23:43:40 +03:00 committed by GitHub
parent e159052e6d
commit 5df9b11141
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,7 @@ $ cmake .. && make -j
* Android * Android
## Package managers: ## Package managers:
* Debian: `sudo apt install libspdlog-dev`
* Homebrew: `brew install spdlog` * Homebrew: `brew install spdlog`
* MacPorts: `sudo port install spdlog` * MacPorts: `sudo port install spdlog`
* FreeBSD: `cd /usr/ports/devel/spdlog/ && make install clean` * FreeBSD: `cd /usr/ports/devel/spdlog/ && make install clean`
@ -32,8 +33,6 @@ $ cmake .. && make -j
* conan: `spdlog/[>=1.4.1]` * conan: `spdlog/[>=1.4.1]`
* conda: `conda install -c conda-forge spdlog` * conda: `conda install -c conda-forge spdlog`
* build2: ```depends: spdlog ^1.8.2``` * build2: ```depends: spdlog ^1.8.2```
* Debian: `sudo apt install libspdlog-dev`
## Features ## Features