diff options
author | sno2 <cartersnook04@gmail.com> | 2022-11-30 22:27:25 -0600 |
---|---|---|
committer | Andrew Kaster <andrewdkaster@gmail.com> | 2022-12-03 16:04:38 -0700 |
commit | 36f6e09f7e1d57b5510808841339d695c760727d (patch) | |
tree | b95fc2366900f2f2023eef6bb272aac09358d308 /Documentation | |
parent | cf0d30add65716fae8a386da24973caa05b8db5e (diff) | |
download | serenity-36f6e09f7e1d57b5510808841339d695c760727d.zip |
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.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildInstructionsWindows.md | 3 |
1 files changed, 2 insertions, 1 deletions
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) |