1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-01-16 01:37:58 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Gabi Melman
f1b4f15dbb
Merge pull request #1494 from zyansheep/zyansheep-patch-1
yaourt is outdated and insecure, use yay in README.md
2020-03-26 22:50:08 +02:00
Zyansheep
c98152e9d0
Use community database instead of AUR 2020-03-26 16:25:38 -04:00
Zyansheep
7c34859e0c
yaourt is outdated and insecure, use yay
Not maintained anymore: https://archlinux.fr/yaourt-en
Alternatively: spdlog is now apart of the community repo (https://www.archlinux.org/packages/community/x86_64/spdlog/)
2020-03-26 11:45:22 -04:00

View File

@ -29,7 +29,7 @@ $ cmake .. && make -j
* FreeBSD: `cd /usr/ports/devel/spdlog/ && make install clean`
* Fedora: `yum install spdlog`
* Gentoo: `emerge dev-libs/spdlog`
* Arch Linux: `yaourt -S spdlog-git`
* Arch Linux: `pacman -S spdlog`
* vcpkg: `vcpkg install spdlog`
* conan: `spdlog/[>=1.4.1]`
* conda: `conda install -c conda-forge spdlog`