From b805708c6fd2ec7f6269b9f022ebbea071fa898a Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 13 Jul 2021 06:51:26 +0200 Subject: [PATCH] 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. --- Documentation/BuildInstructionsWindows.md | 4 +--- 1 file changed, 1 insertion(+), 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