diff options
Diffstat (limited to 'BuildInstructions.md')
| -rw-r--r-- | BuildInstructions.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md index 483a6f6188..15d8a29ec2 100644 --- a/BuildInstructions.md +++ b/BuildInstructions.md @@ -102,7 +102,10 @@ The host has to have the following installed: - `bash` installed as well as a few base unix utilities, including `sed` and `tail`. You are recommended to use [Git for Windows]. -- `mingw`'s `gcc` compiler is required for CGo. +- `mingw` is required for CGo. + The latest [`mingw-w64`](https://github.com/niXman/mingw-builds-binaries/releases) build works + well. Specifically, you'll need one of the releases labeled `x86_64`, `win32`, and `msvcrt`, + such as <https://github.com/niXman/mingw-builds-binaries/releases/download/13.1.0-rt_v11-rev1/x86_64-13.1.0-release-win32-seh-msvcrt-rt_v11-rev1.7z>. - The `x86` target is required for building some NSIS plugins: |
