Update installation instructions for Fedora Linux

The previously recommended package group did not provide any of the necessary packages. Since the list of dependencies that need to be installed is relatively short, I think they can all be listed individually.
This commit is contained in:
Janik
2025-06-29 00:19:51 +02:00
committed by Janik
parent 6ec8e130e0
commit c3d62a31be
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ Derzeit musst du den Launcher selbst erstellen. Dazu benötigst du grundlegende
Stelle sicher, dass [`vcpkg`](https://learn.microsoft.com/en-us/vcpkg/get_started/get-started?pivots=shell-bash#1---set-up-vcpkg) sowie grundlegende Entwicklungstools installiert sind, welche oft in Paketen enthalten sind, zum Beispiel:
- Debian: `sudo apt install build-essential`
- Fedora: `sudo dnf install @development-tools`
- Fedora: `sudo dnf install cmake gcc-c++ perl-IPC-Cmd perl-FindBin perl-File-Compare`
- Arch: `sudo pacman -S base-devel`
- openSUSE: `zypper in -t pattern devel-basis`
- SteamOS (Arch): `sudo pacman -S base-devel linux-api-headers glibc libconfig` (Du musst auch `sudo steamos-readonly disable` ausführen, schalte es jedoch nach der Installation wieder ein)