mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
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:
parent
2aff9a36c3
commit
ed83974bb4
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
---------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue