Build with GCC MinGw-64 #111
Replies: 3 comments 2 replies
-
Hi @Axle-Ozz-i-sofT! At the moment you have to use VisualStudio for build NAppGUI in Windows. |
Beta Was this translation helpful? Give feedback.
-
Ok, thank you. Thanks P.S. What switch do I give to CMake to build release and shared with MSVC? |
Beta Was this translation helpful? Give feedback.
-
The support for MinGW has been added in NAppGUI 1.4.2. |
Beta Was this translation helpful? Give feedback.
-
Hi
I have been attempting to build the library with "winlibs-x86_64-posix-seh-gcc-13.2.0-mingw-w64msvcrt-11.0.1-r5".
I don't use system paths and set them from the command line when required.
I have attempted to build with variations of the following batch file:
A. It always defaults to A vcxproj MSVC compiler static.
B. I can't work out how to invoke the "Release" "Shared"?
Do you have a basic CMake command line for GCC MinGW-w64 build release, shared?
Can I use:
I am only just beginning to use CMake and a bit green working this out (More used to Make, mingw32-make).
Best regards
Axle
Beta Was this translation helpful? Give feedback.
All reactions