Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
brechtsanders opened this issue Apr 3, 2024 · 2 comments
Closed

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

brechtsanders opened this issue Apr 3, 2024 · 2 comments
Assignees
Labels
build-system Issue related with CMake or compilers

Comments

@brechtsanders
Copy link

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 frang75 self-assigned this Apr 3, 2024
@frang75 frang75 added the build-system Issue related with CMake or compilers label Apr 3, 2024
@frang75
Copy link
Owner

frang75 commented Apr 3, 2024

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

@frang75
Copy link
Owner

frang75 commented May 19, 2024

The support for MinGW has been added in NAppGUI 1.4.2.
Doc: https://nappgui.com/en/guide/win_mac_linux.html#h4
Commit: 5f63807

@frang75 frang75 closed this as completed May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-system Issue related with CMake or compilers
Projects
None yet
Development

No branches or pull requests

2 participants