From f37699a12b893984690f0e433b7f048af3c621a7 Mon Sep 17 00:00:00 2001 From: raffaem <54762742+raffaem@users.noreply.github.com> Date: Sun, 24 Apr 2022 10:30:28 +0200 Subject: [PATCH] [doc] Build deps for Fedora (#9034) The build deps listed in the README are not sufficient to build KOReader. Inserting the full list of dependencies. --- doc/Building.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/Building.md b/doc/Building.md index f0b96624d..b10a57209 100644 --- a/doc/Building.md +++ b/doc/Building.md @@ -26,13 +26,12 @@ gettext autoconf automake cmake libtool nasm ragel luarocks lua5.1 libsdl2-dev \ libssl-dev libffi-dev libsdl2-dev libc6-dev-i386 xutils-dev linux-libc-dev:i386 zlib1g:i386 ``` - ### Fedora/Red Hat -Install the `libstdc++-static`, `SDL` and `SDL-devel` packages using DNF: +Install the prerequisites using DNF: ``` -sudo dnf install libstdc++-static SDL SDL-devel +sudo dnf install libstdc++-static SDL SDL-devel patch wget unzip git cmake luarocks autoconf nasm ragel gcc ``` ### macOS