From 7a60792ca7bc8b2504c0b3bb2c65d6104ddda5b5 Mon Sep 17 00:00:00 2001 From: Leif Lundberg <41685083+leiflundberg@users.noreply.github.com> Date: Sun, 19 Oct 2025 09:14:57 +0200 Subject: [PATCH] Update docs/en/game/getting-started.md Co-authored-by: Tixx <83774803+WiserTixx@users.noreply.github.com> --- docs/en/game/getting-started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/game/getting-started.md b/docs/en/game/getting-started.md index ed3df6eb..d2f8b989 100644 --- a/docs/en/game/getting-started.md +++ b/docs/en/game/getting-started.md @@ -88,13 +88,13 @@ cmake --build bin --parallel !!!note "Fedora Users" 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 -``` + ``` Then clean the vcpkg cache: -```bash + ```bash rm -rf ~/vcpkg/buildtrees/openssl -``` + ``` And retry the cmake configuration command. Move the finished application out of the `/bin` folder into its own folder and run it from there: