From 2d40c2d46db0e26118579e36842c3f8889dfe4d4 Mon Sep 17 00:00:00 2001 From: apio Date: Wed, 22 Jun 2022 20:24:16 +0200 Subject: [PATCH] zlib1g-dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56cecd7..f7c7e90 100644 --- a/README.md +++ b/README.md @@ -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) 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`