wip: packaging + scripts before archive into OpenKKnD
This commit is contained in:
parent
820813e24b
commit
769d779571
11 changed files with 177 additions and 7 deletions
12
packaging/linux-static/README.md
Normal file
12
packaging/linux-static/README.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue