Skip to content

Commit

Permalink
Merge pull request #969 from qw-ctf/mingw-docs
Browse files Browse the repository at this point in the history
DOCS: Add dependency comment to mingw section.
  • Loading branch information
dsvensson authored Nov 23, 2024
2 parents 779a941 + 30f478a commit fa5c18f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ cmake --preset mingw64-x64-cross
cmake --build build-mingw64-x64-cross --config Release
```

In addition to mingw64 being installed, a native compiler is also needed as parts of the vcpkg
build need to execute on the host.

## Visual Studio

### CMake Mode
Expand Down

0 comments on commit fa5c18f

Please sign in to comment.