Skip to content

Commit

Permalink
Documentation: specify supported QEMU version when using Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin F. Konrad committed Dec 13, 2024
1 parent 056cba3 commit 9fbd330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/BuildInstructionsWindows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9fbd330

Please sign in to comment.