mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Update WSL QEMU Installation Requirements
As Evil stated in the Discord, WSL users must install the DLL libraries with their QEMU Installation or else they will receive obscure errors about the syntax of the Meta/run.sh file as shown in SerenityOS#14033.
This commit is contained in:
parent
cf0d30add6
commit
36f6e09f7e
Notes:
sideshowbarker
2024-07-17 10:10:18 +09:00
Author: https://github.com/sno2 🔰 Commit: https://github.com/SerenityOS/serenity/commit/36f6e09f7e Pull-request: https://github.com/SerenityOS/serenity/pull/16271 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ access the linux filesystem at `\\wsl$`, so for example, the project would be at
|
|||
## Setting up QEMU
|
||||
|
||||
Grab the latest QEMU binaries from [here](https://www.qemu.org/download/#windows) and install them. At a minimum you
|
||||
will need to install the tools as well as the system emulators for i386 and x86_64.
|
||||
will need to install the tools, the system emulators for i386 and x86_64, and
|
||||
the DLL libraries.
|
||||
|
||||
![QEMU Components](QEMU_Components.png)
|
||||
|
||||
|
|
Loading…
Reference in a new issue