doc: Clarify that cygwin/msys2 are not tested/supported

This commit is contained in:
MarcoFalke
2026-08-04 13:25:42 +02:00
parent 4b991d7b5f
commit fafe7205cc

View File

@@ -9,7 +9,7 @@ The options known to work for building Bitcoin Core on Windows are:
* On Windows, using [Windows Subsystem for Linux (WSL)](https://learn.microsoft.com/en-us/windows/wsl/about) and Mingw-w64.
* On Windows, using [Microsoft Visual Studio](https://visualstudio.microsoft.com). See [`build-windows-msvc.md`](./build-windows-msvc.md).
Other options which may work, but which have not been extensively tested are (please contribute instructions):
Other options may work, but are not officially tested:
* On Windows, using a POSIX compatibility layer application such as [cygwin](https://www.cygwin.com/) or [msys2](https://www.msys2.org/).