From e3c35f7f99d7088fd4726666bf0da4edac0ebee2 Mon Sep 17 00:00:00 2001 From: SkrrtBacharach <61713784+SkrrtBacharach@users.noreply.github.com> Date: Sat, 20 Sep 2025 17:27:01 +0100 Subject: [PATCH] Add zlib install instructions for Fedora --- Common-build-problems.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Common-build-problems.md b/Common-build-problems.md index 141ea48..23af3e9 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -190,6 +190,11 @@ If you are using Ubuntu/Debian, you need the following packages: sudo apt install zlib1g zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev ``` +If you are using Fedora (tested on Fedora 42), you need the following packages: +```sh +sudo dnf install zlib-ng-compat zlib-ng-compat-devel +``` + ## Build failed: Resource temporarily unavailable If you see the string "resource temporarily unavailable" (often after "fork: "), then you may be on a shared host or other machine with low resource limits. Try running only a single job at a time to reduce resource usage: ```sh