Fix building.md Fedora dependency package name (#4047)

This commit is contained in:
SkyFoxCoder
2026-07-03 13:33:31 -04:00
committed by GitHub
parent c34a1c7f8e
commit 24a401f948
+1 -1
View File
@@ -122,7 +122,7 @@ If you aren't satisfied with the way the Visual Studio integrates CMake projects
### Fedora
```sh
sudo dnf install git cmake ninja-build SDL2-devel pkg-config gtk3-devel clang lld xdg-desktop-portal openssl openssl-devel libstdc++-static qt6-base-devel
sudo dnf install git cmake ninja-build SDL2-devel pkg-config gtk3-devel clang lld xdg-desktop-portal openssl openssl-devel libstdc++-static qt6-qtbase-devel
```
Note: Your Qt packages must provide Qt 6.11 or newer. If your distro ships an older Qt, install the official Qt 6.11 package and set `Qt6_ROOT` before running CMake.