wip: packaging + scripts before archive into OpenKKnD

This commit is contained in:
OpenClaw 2026-09-07 01:05:58 +02:00
parent 820813e24b
commit 769d779571
11 changed files with 177 additions and 7 deletions

View file

@ -0,0 +1,12 @@
# GNU/Linux static-ish build
Prefer a mostly static binary when distro matrix is large:
```bash
cmake -S . -B build-static -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_EXE_LINKER_FLAGS="-static-libgcc"
cmake --build build-static -j
```
Full static SDL2 is painful; document dynamic SDL2 `.so` + rpath as interim.
Ship AppImage later if needed.