diff options
Diffstat (limited to 'HOWTO.md')
| -rw-r--r-- | HOWTO.md | 16 |
1 files changed, 6 insertions, 10 deletions
@@ -40,18 +40,14 @@ cmake --build build ``` In this mode, the demo will always start in fullscreen. -### Packed Build (Binary Crunching) +### Windows (Wine) -To build the stripped binary and compress it, run the `final` target: +If you are on macOS and want to test the Windows build: -```bash -cmake --build build --target final -``` -Alternatively, you can run the script directly: -```bash -./scripts/crunch_demo.sh -``` -This requires `gzexe` (macOS) or `UPX` (Linux/Windows) to be installed. +1. Build it: `./scripts/build_win.sh` +2. Run it: `./scripts/run_win.sh` + +Note: WebGPU support in Wine requires a Vulkan-capable backend (like MoltenVK on macOS). ## Testing |
