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.
This commit is contained in:
Hennadii Stepanov 2024-08-03 11:19:30 +01:00
parent 2aff9a36c3
commit ed83974bb4
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -13,6 +13,9 @@ Other options which may work, but which have not been extensively tested are (pl
* On Windows, using a POSIX compatibility layer application such as [cygwin](https://www.cygwin.com/) or [msys2](https://www.msys2.org/).
The instructions below work on Ubuntu and Debian. Make sure the distribution's `g++-mingw-w64-x86-64-posix`
package meets the minimum required `g++` version specified in [dependencies.md](dependencies.md).
Installing Windows Subsystem for Linux
---------------------------------------