From 8de880e1c0e21b843657c2e5712109361d73ef74 Mon Sep 17 00:00:00 2001 From: Janik Date: Sun, 29 Jun 2025 00:26:37 +0200 Subject: [PATCH] Reference english instructions for linux installation if not yet localized I guess this might be more useful than the previous hints. Note: DeepL was used for translating. --- docs/de/game/getting-started.md | 4 +--- docs/es/game/getting-started.md | 4 ++-- docs/it/game/getting-started.md | 2 +- docs/zh/game/getting-started.md | 4 ++-- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/de/game/getting-started.md b/docs/de/game/getting-started.md index 4fa4bf53..d5acb7f1 100644 --- a/docs/de/game/getting-started.md +++ b/docs/de/game/getting-started.md @@ -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 ``` diff --git a/docs/es/game/getting-started.md b/docs/es/game/getting-started.md index 7c94e5c8..da48e45e 100644 --- a/docs/es/game/getting-started.md +++ b/docs/es/game/getting-started.md @@ -25,9 +25,9 @@ BeamMP sólo es compatible de forma nativa con Windows, por ahora. Nota: *Si te estás uniendo a un mapa con múltiples vehículos cargados, tardarás más de lo esperado en unirte.* -## **Instalación en Linux** +### **Instalación en Linux** -BeamMP debería funcionar con `wine`, pero no está oficialmente soportado (todavía). +Consulte la [documentación en inglés](https://docs.beammp.com/game/getting-started/#2b-linux-installation). --- diff --git a/docs/it/game/getting-started.md b/docs/it/game/getting-started.md index a93524c4..69f6a7c1 100644 --- a/docs/it/game/getting-started.md +++ b/docs/it/game/getting-started.md @@ -22,7 +22,7 @@ BeamMP è nativamente compatibile solo con Windows al momento. Nota: _Se ti connetti ad un server con molti giocatori potresti impiegare più tempo ad entrare in gioco._ ### **Installazione su Linux** -BeamMP non è (ancora) ufficialmente supportato su Linux ma dovrebbe comunque funzionare tramite `wine`. +Consultare la [documentazione in inglese](https://docs.beammp.com/game/getting-started/#2b-linux-installation). --- diff --git a/docs/zh/game/getting-started.md b/docs/zh/game/getting-started.md index 616bac00..113cc575 100644 --- a/docs/zh/game/getting-started.md +++ b/docs/zh/game/getting-started.md @@ -25,9 +25,9 @@ BeamMP目前仅与Windows系统原生兼容。 注意:*当您加载到已有多辆载具的地图时,加入可能需要比预期更长的时间。* -## **Linux安装** +### **Linux安装** -BeamMP应该可以用`wine`来使用,但(还)没有官方支持。 +请参考[英语文档](https://docs.beammp.com/game/getting-started/#2b-linux-installation) ---