From 36f6e09f7e1d57b5510808841339d695c760727d Mon Sep 17 00:00:00 2001 From: sno2 Date: Wed, 30 Nov 2022 22:27:25 -0600 Subject: [PATCH] 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. --- Documentation/BuildInstructionsWindows.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/BuildInstructionsWindows.md b/Documentation/BuildInstructionsWindows.md index b97077ce51..9bd1abecf5 100644 --- a/Documentation/BuildInstructionsWindows.md +++ b/Documentation/BuildInstructionsWindows.md @@ -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)