Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.03 KB

MSWindows.md

File metadata and controls

16 lines (10 loc) · 1.03 KB

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: 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 BUILD.sh