add installation scripts for Debian 13

This commit is contained in:
0R3Z
2026-01-25 17:58:26 +01:00
parent 6f196aca64
commit 1e2d8688a8
6 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
set -ex
./vcpkg/bootstrap-vcpkg.sh
cmake . -B bin $1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-O3 -g -Wl,-z,norelro -Wl,--hash-style=gnu -Wl,-z,noseparate-code -ffunction-sections -fdata-sections -Wl,--gc-sections" -DBeamMP-Server_ENABLE_LTO=ON