Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 997 Bytes

MSWindows.md

File metadata and controls

16 lines (10 loc) · 997 Bytes

MS Windows Building MS Windows Binaries

Setup

  • install MSYS2 and update the system: run pacman -Syu until all the updates are applied
  • from a MinGW shell, run this setup script: MINGW_SETUP.sh

Optional dependencies

To be able to generate EXE packages, install verpatch and InnoSetup.

Build

From the source directory, just run the build script MINGW_BUILD.sh