Merge pull request #234 from noassl/fix/linux-install-l10n-hint

Reference english instructions for linux installation if not yet loalized
This commit is contained in:
Tixx
2025-07-12 17:58:36 +02:00
committed by GitHub
4 changed files with 6 additions and 8 deletions

View File

@@ -46,13 +46,11 @@ Lade das "Tag", das für die [neueste Version](https://github.com/BeamMP/BeamMP-
Im Stammverzeichnis des Projekts, führe aus:
1.
```cmake
cmake . -B bin -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux
```
1.
2.
```cmake
cmake --build bin --parallel
```