diff options
Diffstat (limited to 'HOWTO.md')
| -rw-r--r-- | HOWTO.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -42,12 +42,16 @@ 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: +To build the stripped binary and compress it, run the `final` target: ```bash +cmake --build build --target final +``` +Alternatively, you can run the script directly: +```bash ./scripts/crunch_demo.sh ``` -This requires `UPX` to be installed. +This requires `gzexe` (macOS) or `UPX` (Linux/Windows) to be installed. ## Testing |
