-
Notifications
You must be signed in to change notification settings - Fork 0
Setup WSL
Guidelines on how to build Alan under MS Windows OS via WSL (Windows Subsystem for Linux).
Table of Contents
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 Documentation — at MS Docs.
- Wikipedia » WSL
- Fun with the Windows Subsystem for Linux — Windows Blogs article, 2016.
- WSL File System Support — MSDN Developer Blog, 2016.
Alan IF official links: Alan Website | Alan Wiki | Source code on GitHub