是什么 ? | : | an open-source collection of C++ code (compliant to C++11) designed to augment the C++ standard library. |
开发语言 | : | C++ |
官方网址 | : | https://abseil.io |
源码仓库 | : | https://github.com/abseil/abseil-cpp |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
All | vcpkg | vcpkg install abseil vcpkg install abseil:x64-osx vcpkg install abseil:x64-linux vcpkg install abseil:x64-windows |
macOS | HomeBrew | brew install abseil |
GNU/Linux | HomeBrew | brew install abseil |
apt | sudo apt-get install -y abseil | |
CentOS | yum | sudo yum install -y abseil |
dnf | sudo dnf install -y abseil | |
openSUSE | zypper | sudo zypper install -y abseil |
Alpine Linux | apk | sudo apk add abseil |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge abseil |