Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.

Commit c0f0f5b

Browse files
authored
Warn that mingw is unsupported
1 parent 8a0b909 commit c0f0f5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README_dependencies.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ The following compilers should work:
4949

5050
- Windows:
5151

52+
The most popular Windows port of `gcc` is `mingw`, which you can install with `choco`.
53+
Please be aware that `mingw` is not officially supported by this project, owing to numerous
54+
longstanding bugs. Use it at your own risk.
55+
5256
choco install mingw -y
5357

5458
- MacOS:

0 commit comments

Comments
 (0)