diff options
| author | skal <pascal.massimino@gmail.com> | 2026-01-31 14:02:03 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-01-31 14:02:03 +0100 |
| commit | 50d4bd635a5fd8aaf6f19b713c10bbb445301b97 (patch) | |
| tree | 185d5e9154cee24de88419ce87cf665601b4166f /BUILD.md | |
| parent | e3daca37aa134a6885c8ae5c508c3d7f7bfc600a (diff) | |
Finalize Windows port with size analysis reporting and updated docs
Diffstat (limited to 'BUILD.md')
| -rw-r--r-- | BUILD.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -7,3 +7,23 @@ cmake --build build Size-optimized build: cmake -S . -B build -DDEMO_SIZE_OPT=ON cmake --build build + +## Windows Cross-Compilation (from macOS) + +Requires `mingw-w64` and `wine-stable` (for testing). + +1. Fetch Windows binaries: + ```bash + ./scripts/fetch_win_deps.sh + ``` + +2. Build for Windows: + ```bash + ./scripts/build_win.sh + ``` + This will produce `build_win/demo64k_packed.exe`. + +3. Run with Wine: + ```bash + ./scripts/run_win.sh + ``` |
