diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-08-03 11:19:30 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2024-08-03 12:54:48 +0100 |
commit | ed83974bb411ab5ebe3eef28f0ac995ce07936cd (patch) | |
tree | b4d1043f70848cb7e03e99836831a1eff8f268fb /doc | |
parent | 2aff9a36c352640a263e8b5de469710f7e80eb54 (diff) |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-windows.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/build-windows.md b/doc/build-windows.md index 841693c77b..66274a62a9 100644 --- a/doc/build-windows.md +++ b/doc/build-windows.md @@ -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 --------------------------------------- |