是什么 ? | : | an open-source formatting library providing a fast and safe alternative to C stdio and C++ iostreams. |
开发语言 | : | C++ |
官方网址 | : | https://fmt.dev |
源码仓库 | : | https://github.com/fmtlib/fmt |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
All | vcpkg | vcpkg install fmt vcpkg install fmt:x64-osx vcpkg install fmt:x64-linux vcpkg install fmt:x64-windows |
macOS | HomeBrew | brew install fmt |
GNU/Linux | HomeBrew | brew install fmt |
apt | sudo apt-get install -y fmt | |
CentOS | yum | sudo yum install -y fmt |
dnf | sudo dnf install -y fmt | |
openSUSE | zypper | sudo zypper install -y fmt |
Alpine Linux | apk | sudo apk add fmt |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge fmt |