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
commit bffd0b9cb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: Im Stammverzeichnis des Projekts, führe aus:
1. 1.
```cmake ```cmake
cmake . -B bin -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux cmake . -B bin -DCMAKE_TOOLCHAIN_FILE=$VCPKG_ROOT/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux
``` ```
1. 2.
```cmake ```cmake
cmake --build bin --parallel cmake --build bin --parallel
``` ```

View File

@ -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.* 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).
--- ---

View File

@ -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._ Nota: _Se ti connetti ad un server con molti giocatori potresti impiegare più tempo ad entrare in gioco._
### **Installazione su Linux** ### **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).
--- ---

View File

@ -25,9 +25,9 @@ BeamMP目前仅与Windows系统原生兼容。
注意:*当您加载到已有多辆载具的地图时,加入可能需要比预期更长的时间。* 注意:*当您加载到已有多辆载具的地图时,加入可能需要比预期更长的时间。*
## **Linux安装** ### **Linux安装**
BeamMP应该可以用`wine`来使用,但(还)没有官方支持。 请参考[英语文档](https://docs.beammp.com/game/getting-started/#2b-linux-installation)
--- ---