diff --git a/docs/dev/windows.txt b/docs/dev/windows.txt index 246a2f5..6acf499 100644 --- a/docs/dev/windows.txt +++ b/docs/dev/windows.txt @@ -1,3 +1,11 @@ +# From linux (cross-compile) + +```bash +v -cflags "-static" -os windows -subsystem windows -fast-math -no-bounds-checking -d shy_gamepad -d sdl_memory_no_gc -skip-unused ./puzzle_vibes +# Copy libSDL.dll to folder then +wine ./puzzle_vibes/puzzle_vibes.exe # much WOW +``` + # Remove the `cmd.exe` window on launch With `mingw-w64` from winlibs.com: