是什么 ? | : | HTTP/2 C Library |
开发语言 | : | C、C++ |
官方主页 | : | http://www.nghttp2.org |
源码仓库 | : | https://github.com/nghttp2/nghttp2 |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
All | vcpkg | vcpkg install nghttp2 vcpkg install nghttp2:x64-osx vcpkg install nghttp2:x64-linux vcpkg install nghttp2:x64-windows |
macOS | HomeBrew | brew install nghttp2 |
GNU/Linux | HomeBrew | brew install nghttp2 |
apt | sudo apt-get install -y nghttp2 | |
CentOS | yum | sudo yum install -y nghttp2 |
dnf | sudo dnf install -y nghttp2 | |
openSUSE | zypper | sudo zypper install -y nghttp2 |
Alpine Linux | apk | sudo apk add nghttp2 |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge nghttp2 |