Compile wxWidgets 3.1.4 med MSYS2
Last ned MSYS2 og wxWidgets. Oppdater system og installer mingw toolchain. Compile.
pacman -Syu
pacman -S mingw-w64-x86_64-toolchain (gcc,make,gbd)
set PATH=binpath
mingw32-make -j12 -f makefile.gcc SHARED=0 BUILD=release,debug CXXFLAGS="-std=gnu++20" setup_h
mingw32-make -j12 -f makefile.gcc SHARED=0 BUILD=release,debug CXXFLAGS="-std=gnu++20"
Compiler minimal sample med samme kommando som over for å teste