This commit is contained in:
O1LER 2025-02-15 22:08:37 +01:00
parent 39a2c3b7af
commit fb94ad602a

View File

@ -43,11 +43,13 @@ Checkout the tag that was used for the [latest release](https://github.com/BeamM
In the root directory of the project,
1. ```cmake
1.
```cmake
cmake -DCMAKE_BUILD_TYPE=Release . -B bin -DCMAKE_TOOLCHAIN_FILE=~/vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux
```
2. ```cmake
2.
```cmake
cmake --build bin --parallel --config Release
```