mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
Fix building.md Fedora dependency package name (#4047)
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user