From 50d4bd635a5fd8aaf6f19b713c10bbb445301b97 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 31 Jan 2026 14:02:03 +0100 Subject: Finalize Windows port with size analysis reporting and updated docs --- HOWTO.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'HOWTO.md') 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 -- cgit v1.2.3