frang75 / nappgui_src

SDK for building cross-platform desktop apps in ANSI-C
https://www.nappgui.com
MIT License
442 stars 43 forks source link

Allow building for Windows with MinGW-w64/GCC #125

Open brechtsanders opened 1 month ago

brechtsanders commented 1 month ago

Your website says building for Windows requires Visual Studio.

I have just succeeded doing a native Windows build with MinGW-w64 and GCC (from https://winlibs.com/).

Note however that some changes were needed to accomplish this.

My recipe is published here:

https://github.com/brechtsanders/winlibs_recipes/blob/main/recipes/nappgui.winlib

Feel free to incorporate these changes as needed to support Windows without Microsoft tools.

frang75 commented 1 month ago

Hi @brechtsanders! Yes, the MinGW still is not supported by NAppGUI. Thanks for reporting.