docs: add notes about WSL1 and WSL2

fixes #2476
This commit is contained in:
Tony Theodore 2020-06-21 13:01:58 +10:00
parent fc1781db7f
commit 8281509442
1 changed files with 11 additions and 0 deletions

View File

@ -1081,6 +1081,17 @@ USE_OSGPLUGIN(<plugin2>)
<h3 id="requirements-wsl">Windows Subsystem for Linux</h3> <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> <p>
Requirements should match the Debian, Fedora, openSUSE etc. sections Requirements should match the Debian, Fedora, openSUSE etc. sections
above, but care should be taken to ensure MXE is installed in the above, but care should be taken to ensure MXE is installed in the