Skip to content

Setup WSL

tajmone edited this page Apr 27, 2019 · 1 revision

Guidelines on how to build Alan under MS Windows OS via WSL (Windows Subsystem for Linux).


Table of Contents


About WSL

Windows 10 introduces WSL (Windows Subsystem for Linux), a compatibility layer for running Linux binary executables (in ELF format) natively.

Since Windows and WSL can interact with each other via Virtual File System (VFS) bridging, allowing to mix in the same toolchain usage of native Windows tools and tools from a Linux distro running under WSL, the WSL subsystem could be helpful in setting up the Alan work environment under Windows, especially for those third party tools which might prove hard to setup under Cygwin or MSYS2.

It's definitely a path worth exploring.

WSL References

Clone this wiki locally