Post #1332102
2026-02-22 21:49 UTC
...so, therefore, huge shoutout to MSYS2 which was my salvation in so many ways! Automating Windows builds was really easy, and for the actual build steps I could even use a familiar UNIX-y environment, while still getting a fully native Windows binary out. Not sure why I didn't use this sooner for past projects!
Of course, the Linux builds of the same app were up and running in seconds, thanks to distro packages and great CI 😉 2/2
https://www.msys2.org/
Replies (1)
-
@herzenschein@furry.engineer 2026-02-22 22:15
@matk KDE's Craft which basically automates building and packaging KDE software on Windows with a single recipe uses MSYS2 + NSIS under the hood to do what it does.