Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 928 Bytes

BUILD.md

File metadata and controls

36 lines (18 loc) · 928 Bytes

Build Instructions

Dependencies

Required:

  • MinGW toolchain

    • win32 threads (as opposed to posix threads) is recommended to avoid dependency on libwinpthread-1.dll
  • CMake

Recommended:

Native toolchain

It is also possible to build with a native MinGW toolchain, by doing:

powershell -NoProfile -ExecutionPolicy Bypass -File ci\build.ps1

Note that building with MSYS or Cygwin is not necessary nor supported.

Cross-compilation toolchain

I always build DrMinGW from Linux with MinGW cross-compilation toolchain, by doing:

ci/build.sh