Merge pull request #1389 from XNephila/support-on-MacPorts

latest spdlog now available on MacPorts
This commit is contained in:
Gabi Melman 2020-01-14 01:06:42 +02:00 committed by GitHub
commit 23f0cdf901
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ $ cmake .. && make -j
## Package managers: ## Package managers:
* Homebrew: `brew install spdlog` * Homebrew: `brew 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`
* Fedora: `yum install spdlog` * Fedora: `yum install spdlog`
* Gentoo: `emerge dev-libs/spdlog` * Gentoo: `emerge dev-libs/spdlog`