zlib1g-dev

This commit is contained in:
apio 2022-06-22 20:24:16 +02:00
parent 70e91ecd4c
commit 2d40c2d46d

View File

@ -80,7 +80,7 @@ More documentation is available at [Documentation](docs/Documentation.md).
First, install the required packages. (ninja is required only for the quick build, you can use other build systems (like GNU Make) for the manual build) First, install the required packages. (ninja is required only for the quick build, you can use other build systems (like GNU Make) for the manual build)
Debian/Ubuntu: Debian/Ubuntu:
`# apt install zlib1g build-essential cmake ninja-build llvm-dev` `# apt install zlib1g-dev build-essential cmake ninja-build llvm-dev`
CentOS/Fedora/RHEL: `# dnf install gcc gcc-c++ zlib-devel libffi-devel cmake ninja-build llvm-devel` CentOS/Fedora/RHEL: `# dnf install gcc gcc-c++ zlib-devel libffi-devel cmake ninja-build llvm-devel`