mirror of
https://github.com/BeamMP/Docs.git
synced 2025-07-01 23:45:46 +00:00
Merge branch 'main' into Protogen187-patch-8
This commit is contained in:
commit
c8eccf479e
BIN
docs/assets/content/BeamMP-Multi-BlkLtr-crop.png
Normal file
BIN
docs/assets/content/BeamMP-Multi-BlkLtr-crop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 162 KiB |
BIN
docs/assets/content/BeamMP-Multi-WhtLtr-crop.png
Normal file
BIN
docs/assets/content/BeamMP-Multi-WhtLtr-crop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 192 KiB |
@ -2,17 +2,36 @@
|
|||||||
hide:
|
hide:
|
||||||
- navigation
|
- navigation
|
||||||
---
|
---
|
||||||
!!! warning "This site is under construction!"
|
|
||||||
|
|
||||||
This site is being actively worked on.
|
|
||||||
|
|
||||||
Feel you could help? Please do by clicking on the page with a pencil on the right!
|
|
||||||
|
|
||||||
This can be done any page too.
|
|
||||||
|
|
||||||
# Welcome to BeamMP Community Area!
|
# Welcome to BeamMP Community Area!
|
||||||
|
{width="450"}
|
||||||
|
{width="450"}
|
||||||
|
|
||||||
## Introduction
|
## Our social media links
|
||||||
|
|
||||||
|
!!!failure ""
|
||||||
|
|
||||||
|
BeamMP Forum - [https://forum.beammp.com](https://forum.beammp.com)
|
||||||
|
|
||||||
|
!!!quote ""
|
||||||
|
|
||||||
|
X (Twitter) - [https://x.com/BeamMPOfficial](https://x.com/BeamMPOfficial)
|
||||||
|
|
||||||
|
!!!danger ""
|
||||||
|
|
||||||
|
YouTube - [https://www.youtube.com/@BeamMPOfficial](https://www.youtube.com/@BeamMPOfficial)
|
||||||
|
|
||||||
|
!!!warning ""
|
||||||
|
|
||||||
|
Patreon - [https://www.patreon.com/c/BeamMP](https://www.patreon.com/c/BeamMP)
|
||||||
|
|
||||||
|
!!!note ""
|
||||||
|
|
||||||
|
Discord - [https://discord.com/invite/beammp](https://discord.com/invite/beammp)
|
||||||
|
|
||||||
|
!!!info ""
|
||||||
|
|
||||||
|
BlueSky - [https://bsky.app/profile/beammpofficial.bsky.social](https://bsky.app/profile/beammpofficial.bsky.social)
|
||||||
|
|
||||||
## Our Rules
|
## Our Rules
|
||||||
You can find our rules [here](rules.md)
|
You can find our rules [here](rules.md)
|
@ -49,18 +49,22 @@ In the root directory of the project,
|
|||||||
|
|
||||||
1.
|
1.
|
||||||
```cmake
|
```cmake
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release . -B bin -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux
|
cmake . -B bin -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux
|
||||||
```
|
```
|
||||||
|
|
||||||
2.
|
2.
|
||||||
```cmake
|
```cmake
|
||||||
cmake --build bin --parallel --config Release
|
cmake --build bin --parallel
|
||||||
```
|
```
|
||||||
|
|
||||||
!!!note
|
!!!note ""
|
||||||
|
|
||||||
Should you run out of RAM while building, you can ommit the --parallel instruction, it will then use less RAM due to building only on one CPU thread.
|
Should you run out of RAM while building, you can ommit the --parallel instruction, it will then use less RAM due to building only on one CPU thread.
|
||||||
|
|
||||||
|
!!!note ""
|
||||||
|
|
||||||
|
By not specifying `-DCMAKE_BUILD_TYPE=Release` you are building a debug version, which is larger in filesize but does not contain the launcher-can-only-connect-to-a-server-once bug
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
The native linux BeamMP-Launcher will start and use native linux BeamNG.drive
|
The native linux BeamMP-Launcher will start and use native linux BeamNG.drive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user