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