1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-01 11:39:22 +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:
sno2 2022-11-30 22:27:25 -06:00 committed by Andrew Kaster
parent cf0d30add6
commit 36f6e09f7e

View File

@ -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)