Update docs/en/game/getting-started.md

Co-authored-by: Tixx <83774803+WiserTixx@users.noreply.github.com>
This commit is contained in:
Leif Lundberg
2025-10-19 09:14:57 +02:00
committed by GitHub
parent 4c4605cc75
commit 7a60792ca7

View File

@@ -88,13 +88,13 @@ cmake --build bin --parallel
!!!note "Fedora Users" !!!note "Fedora Users"
If vcpkg fails during OpenSSL compilation with kernel headers errors, ensure all dependencies are installed: If vcpkg fails during OpenSSL compilation with kernel headers errors, ensure all dependencies are installed:
```bash ```bash
sudo dnf install kernel-headers kernel-devel gcc gcc-c++ make perl sudo dnf install kernel-headers kernel-devel gcc gcc-c++ make perl
``` ```
Then clean the vcpkg cache: Then clean the vcpkg cache:
```bash ```bash
rm -rf ~/vcpkg/buildtrees/openssl rm -rf ~/vcpkg/buildtrees/openssl
``` ```
And retry the cmake configuration command. And retry the cmake configuration command.
Move the finished application out of the `/bin` folder into its own folder and run it from there: Move the finished application out of the `/bin` folder into its own folder and run it from there: