- The Meson Build System
- wxWidgets (via a config tool like
wx-config
)
See Compiling a Meson project.
For explicitly setting the config tool used for wxWidgets, describe the native environment used by meson.
[binaries]
wx-config = 'wx-config-custom'
Either configure a persistent native environment in one of the
native file locations
or supply the native file to meson when configuring the build directory with
--native-file NATIVE_FILE
.
Package scripts are available in MiniPlaner-MINGW.
When compiling an executable to be independent of MSYS2, select
wx-config-static
as config tool for wxWidgets and append
-static
to your LDFLAGS
before configuring the build directory.