[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.
pull/9052/head
raffaem 2 years ago committed by GitHub
parent 4e517f4839
commit f37699a12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save