是什么 ? | : | an implementation of the QUIC transport protocol and HTTP/3 as specified by the IETF QUIC Working Group |
开发语言 | : | Rust |
开发公司 | : | Cloudflare |
官方主页 | : | https://docs.quic.tech/quiche |
源码仓库 | : | https://github.com/cloudflare/quiche |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
macOS | HomeBrew | brew install quiche |
GNU/Linux | HomeBrew | brew install quiche |
apt | sudo apt-get install -y quiche | |
CentOS | yum | sudo yum install -y quiche |
dnf | sudo dnf install -y quiche | |
openSUSE | zypper | sudo zypper install -y quiche |
Alpine Linux | apk | sudo apk add quiche |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge quiche |
step1、安装依赖
下载时 | git |
编译时 | RustToolChains、make |
运行时 | glibc ( libc.so 、libdl.so 、librt.so 、libpthread.so 、ld-linux-x86-64.so ) |
step2、使用git命令下载quiche
源码
git clone --recursive https://github.com/cloudflare/quiche.git
step3、进入quiche
目录
cd quiche
step4、查看quiche
目录中的内容
step5、使用cargo编译并安装
cargo build --release