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.
This commit is contained in:
Gunnar Beutner 2021-07-13 06:51:26 +02:00 committed by Andreas Kling
parent 0b48e12dd7
commit b805708c6f
Notes: sideshowbarker 2024-07-18 09:08:38 +09:00

View file

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