summaryrefslogtreecommitdiff
path: root/HOWTO.md
diff options
context:
space:
mode:
Diffstat (limited to 'HOWTO.md')
-rw-r--r--HOWTO.md16
1 files changed, 6 insertions, 10 deletions
diff --git a/HOWTO.md b/HOWTO.md
index 8efbf59..1a3ec6d 100644
--- a/HOWTO.md
+++ b/HOWTO.md
@@ -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