Skip to content

Commit ed83974

Browse files
committed
doc: Add note about distro's g++-mingw-w64-x86-64-posix version
This stems from a requirement for the g++ minimum supported version being >= 11.
1 parent 2aff9a3 commit ed83974

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/build-windows.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Other options which may work, but which have not been extensively tested are (pl
1313

1414
* On Windows, using a POSIX compatibility layer application such as [cygwin](https://www.cygwin.com/) or [msys2](https://www.msys2.org/).
1515

16+
The instructions below work on Ubuntu and Debian. Make sure the distribution's `g++-mingw-w64-x86-64-posix`
17+
package meets the minimum required `g++` version specified in [dependencies.md](dependencies.md).
18+
1619
Installing Windows Subsystem for Linux
1720
---------------------------------------
1821

0 commit comments

Comments
 (0)