diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-07-13 06:51:26 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-07-13 12:57:21 +0200 |
commit | b805708c6fd2ec7f6269b9f022ebbea071fa898a (patch) | |
tree | 3cfd3d0b250d045202ee0863cc10f73ce92ba61f | |
parent | 0b48e12dd7c0ecb78b8b6d0b9f9357d039259580 (diff) | |
download | serenity-b805708c6fd2ec7f6269b9f022ebbea071fa898a.zip |
Documentation: Make sure Windows have QEMU tools in their WSL2 system
They don't need QEMU to run the VM but they do at least need the QEMU
tools to build the image.
-rw-r--r-- | Documentation/BuildInstructionsWindows.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Documentation/BuildInstructionsWindows.md b/Documentation/BuildInstructionsWindows.md index 3134fab1b6..13103204d4 100644 --- a/Documentation/BuildInstructionsWindows.md +++ b/Documentation/BuildInstructionsWindows.md @@ -25,9 +25,7 @@ In practice, this means cloning and building the project to somewhere such as `/ ## Setting up build tools -Please see the general build instructions for a list of tools you need to install in your WSL Linux environment. As a -special exception you should _not_ install QEMU in the Linux environment and instead use the instructions from the next -section to set up QEMU on your host system. +Please see the general build instructions for a list of tools you need to install in your WSL Linux environment. ## Setting up QEMU |