diff options
Diffstat (limited to 'HOWTO.md')
| -rw-r--r-- | HOWTO.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -40,6 +40,15 @@ cmake --build build ``` In this mode, the demo will always start in fullscreen. +### Packed Build (Binary Crunching) + +To build the stripped binary and compress it using `UPX`, run the provided script: + +```bash +./scripts/crunch_demo.sh +``` +This requires `UPX` to be installed. + ## Testing **Commit Policy**: Always run tests before committing. Refer to `CONTRIBUTING.md` for details. |
