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,10 @@
#!/bin/bash
set -ex
cmake --build bin --parallel -t BeamMP-Server
objcopy --only-keep-debug bin/BeamMP-Server bin/BeamMP-Server.debug
objcopy --add-gnu-debuglink bin/BeamMP-Server bin/BeamMP-Server.debug
strip -s bin/BeamMP-Server