From 276675461dbb2b4bf6a0990d948fa03f9f49fd01 Mon Sep 17 00:00:00 2001 From: apio Date: Wed, 22 Jun 2022 19:52:45 +0200 Subject: [PATCH] more deps to build script --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b850a72..0a40fd1 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,9 @@ 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 cmake ninja-build llvm-dev` +`# apt install build-essential cmake ninja-build llvm-dev` -CentOS/Fedora/RHEL: `# dnf install cmake ninja-build llvm-devel` +CentOS/Fedora/RHEL: `# dnf install gcc gcc-c++ zlib-devel libffi-devel cmake ninja-build llvm-devel` Arch: `# pacman -S cmake ninja llvm-libs`