Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.18 KB

INSTALL.md

File metadata and controls

47 lines (27 loc) · 1.18 KB

Install dependencies and build the MiniPlaner

Dependencies

Compiling

See Compiling a Meson project.

Selecting the config tool

For explicitly setting the config tool used for wxWidgets, describe the native environment used by meson.

Example

[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.

MSYS2

Package scripts are available in MiniPlaner-MINGW.

Static compilation

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.