是什么 ? | : | Generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77 algorithm, Huffman coding and 2nd order context modeling |
开发语言 | : | C |
开发公司 | : | Google |
源码仓库 | : | https://github.com/google/brotli |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
All | vcpkg | vcpkg install brotli vcpkg install brotli:x64-osx vcpkg install brotli:x64-linux vcpkg install brotli:x64-windows |
Windows | scoop | scoop install brotli |
macOS | HomeBrew | brew install brotli |
GNU/Linux | HomeBrew | brew install brotli |
apt | sudo apt-get install -y brotli1g brotli1g-dev | |
CentOS | yum | sudo yum install -y brotli brotli-devel |
dnf | sudo dnf install -y brotli brotli-devel | |
openSUSE | zypper | sudo zypper install -y brotli brotli-devel |
Alpine Linux | apk | sudo apk add brotli |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge brotli |