Documentation: Add missing Fedora dependency

This PR adds the dependency `zlib-ng-compat-static` which is required
for building on Fedora.
This commit is contained in:
Alec Murphy
2024-07-17 16:35:28 -04:00
committed by Sam Atkins
parent a4645060e6
commit 20e2cc12a8

View File

@@ -70,7 +70,7 @@ sudo pacman -S --needed automake base-devel cmake ffmpeg libgl nasm ninja qt6-ba
### Fedora or derivatives:
```
sudo dnf install automake cmake libglvnd-devel nasm ninja-build qt6-qtbase-devel qt6-qttools-devel qt6-qtwayland-devel qt6-qtmultimedia-devel ccache liberation-sans-fonts curl zip unzip tar autoconf-archive libavcodec-free-devel
sudo dnf install automake cmake libglvnd-devel nasm ninja-build qt6-qtbase-devel qt6-qttools-devel qt6-qtwayland-devel qt6-qtmultimedia-devel ccache liberation-sans-fonts curl zip unzip tar autoconf-archive libavcodec-free-devel zlib-ng-compat-static
```
### openSUSE: