mirror of
https://github.com/darlinghq/darling-docs.git
synced 2024-11-23 12:29:50 +00:00
Fix broken link by bringing back old WSL page, but now just link to the standard build instructions
This commit is contained in:
parent
4d63fafec3
commit
c83345899d
@ -3,6 +3,7 @@
|
||||
- [Introduction](README.md)
|
||||
- [Using Darling](using-darling.md)
|
||||
- [Build instructions](build-instructions.md)
|
||||
- [Building for the WSL](wsl-build.md)
|
||||
- [Uninstall](uninstall.md)
|
||||
- [Darling shell](darling-shell.md)
|
||||
- [Darling prefix](darling-prefix.md)
|
||||
|
7
src/wsl-build.md
Normal file
7
src/wsl-build.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Building for the WSL
|
||||
|
||||
The Windows Subsystem for Linux (or WSL for short) allows you to run Linux programs on a Windows system.
|
||||
|
||||
Darling should work with no problems on WSL2, as this is essentially a standard virtual machine with a full Linux kernel. WSL1 is more complicated and is not currently working.
|
||||
|
||||
As Darling no longer uses a Linux Kernel Module, no special instructions are needed for either WSL1 or WSL2. Use the standard [Linux build instructions](build-instructions.md).
|
Loading…
Reference in New Issue
Block a user