From 9fbd330e265c5e8e7c572867e626c5deb9e945b9 Mon Sep 17 00:00:00 2001 From: "Kevin F. Konrad" Date: Fri, 13 Dec 2024 14:39:33 +0100 Subject: [PATCH] Documentation: specify supported QEMU version when using Windows --- Documentation/BuildInstructionsWindows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/BuildInstructionsWindows.md b/Documentation/BuildInstructionsWindows.md index 3ccdc4c858b5bfe..0d67e98eafd98c0 100644 --- a/Documentation/BuildInstructionsWindows.md +++ b/Documentation/BuildInstructionsWindows.md @@ -30,9 +30,9 @@ 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, the system emulators for i386 and x86_64, and -the DLL libraries. +Grab the latest QEMU binaries for version 8.x.x from [here](https://www.qemu.org/download/#windows) and install them. At +a minimum you will need to install the tools, the system emulators for i386 and x86_64, and the DLL libraries. QEMU does +not need to be installed in the WSL, the Windows installation suffices. ![QEMU Components](QEMU_Components.png)