Skip to content

Commit

Permalink
doc: Add note about distro's g++-mingw-w64-x86-64-posix version
Browse files Browse the repository at this point in the history
This stems from a requirement for the g++ minimum supported version
being >= 11.
  • Loading branch information
hebasto committed Aug 3, 2024
1 parent 2aff9a3 commit ed83974
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/build-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------------------

Expand Down

0 comments on commit ed83974

Please sign in to comment.