diff options
author | Tony Theodore <tonyt@logyst.com> | 2020-06-21 03:01:58 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2020-06-21 03:01:58 (GMT) |
commit | 82815094423ea04fc1aef6cf850adabc0cae9846 (patch) | |
tree | ad315d4e799c029e67a8d99c13c215cf96c32006 /docs | |
parent | fc1781db7f861ac532ff3f05db8b3eabf7b7e53e (diff) | |
download | mxe-82815094423ea04fc1aef6cf850adabc0cae9846.zip mxe-82815094423ea04fc1aef6cf850adabc0cae9846.tar.gz mxe-82815094423ea04fc1aef6cf850adabc0cae9846.tar.bz2 |
docs: add notes about WSL1 and WSL2
fixes #2476
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index b2e0a29..54024a1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1082,6 +1082,17 @@ USE_OSGPLUGIN(<plugin2>) <h3 id="requirements-wsl">Windows Subsystem for Linux</h3> <p> + <a href="https://docs.microsoft.com/en-us/windows/wsl/install-win10"> + Install the Windows Subsystem for Linux</a>, noting that WSL1 + does not support 32-bit code execution. + </p> + + <p>If mixing WSL1 and WSL2, + <a href="https://docs.microsoft.com/en-us/windows/wsl/install-win10#set-your-distribution-version-to-wsl-1-or-wsl-2"> + ensure the distro-specific or global defaults are set.</a> + </p> + + <p> Requirements should match the Debian, Fedora, openSUSE etc. sections above, but care should be taken to ensure MXE is installed in the Linux subsystem under <code>/</code> instead of the mounted Windows |