Documentation: Add missing required Fedora package

Same as with #117, this package is required for building on Fedora.
This commit is contained in:
Alec Murphy 2024-06-09 20:28:19 -04:00 committed by Tim Flynn
parent 37a5fedcd6
commit 6957b87ac2
Notes: sideshowbarker 2024-07-17 08:34:29 +09:00

View file

@ -26,7 +26,7 @@ sudo pacman -S --needed base-devel cmake libgl ninja qt6-base qt6-tools qt6-wayl
On Fedora or derivatives:
```
sudo dnf install cmake libglvnd-devel ninja-build qt6-qtbase-devel qt6-qttools-devel qt6-qtwayland-devel qt6-qtmultimedia-devel ccache liberation-sans-fonts curl zip unzip tar
sudo dnf install cmake libglvnd-devel ninja-build qt6-qtbase-devel qt6-qttools-devel qt6-qtwayland-devel qt6-qtmultimedia-devel ccache liberation-sans-fonts curl zip unzip tar autoconf-archive
```
On openSUSE: