diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-13 22:20:34 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-11-13 22:22:35 (GMT) |
commit | 3e2477dd75e9e8aec852f2af50c63bbbd839601f (patch) | |
tree | 8b1046792ca8f0a41a09707640f774b86cdb51a6 /docs | |
parent | 89990ecabb469fe42dd2a3d9eba3da6657d844e9 (diff) | |
download | mxe-3e2477dd75e9e8aec852f2af50c63bbbd839601f.zip mxe-3e2477dd75e9e8aec852f2af50c63bbbd839601f.tar.gz mxe-3e2477dd75e9e8aec852f2af50c63bbbd839601f.tar.bz2 |
docs: add Windows Subsystem for Linux notes
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index 5971ef2..e6787af 100644 --- a/docs/index.html +++ b/docs/index.html @@ -542,6 +542,7 @@ USE_OSGPLUGIN(<plugin2>) <li><a href="#requirements-gentoo">Gentoo</a></li> <li><a href="#requirements-macos">Mac OS X</a></li> <li><a href="#requirements-opensuse">openSUSE</a></li> + <li><a href="#requirements-wsl">Windows Subsystem for Linux</a></li> </ul> <table class="requirements"> @@ -872,6 +873,30 @@ USE_OSGPLUGIN(<plugin2>) gcc-32bit glibc-devel-32bit libgcc46-32bit \ libgomp46-32bit libstdc++46-devel-32bit</pre> + <h3 id="requirements-wsl">Windows Subsystem for Linux</h3> + + <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 + folders in <code>/mnt</code>. + </p> + + <p> + It can be <a href="https://github.com/mxe/mxe/issues/1892#issuecomment-344004704"> + made to work using symlinks and specifying</a>: + </p> + <pre>make MXE_TMP=/tmp/mxe-tmp ...</pre> + <p> + See further reading in: + </p> + <ul> + <li><a href="https://msdn.microsoft.com/en-us/commandline/wsl/faq#how-do-i-use-a-windows-file-with-a-linux-app"> + WSL FAQ file section</a></li> + <li><a href="https://blogs.msdn.microsoft.com/commandline/2016/11/17/do-not-change-linux-files-using-windows-apps-and-tools/"> + MSDN Blog</a></li> + </ul> + <h3 id="issue-non-multilib">Issues without a 32-bit compiler</h3> <p> |