docs: add notes about WSL1 and WSL2

fixes #2476
pull/2343/merge
Tony Theodore 4 years ago
parent fc1781db7f
commit 8281509442

@ -1081,6 +1081,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

Loading…
Cancel
Save