- A current master build of the Zig compiler
- Only on Windows: vcpkg package manager to install ...
- The SDL2 library
> vcpkg install sdl2:x64-windows libpng:x64-windows
From VS command prompt:
> rc /fo minipixel.o minipixel.rc
$ zig build run
$ zig build -Dtarget=x86_64-windows-gnu -Drelease-small=true
Copy contents of zig-out/bin to VS installer project.