Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: specify supported QEMU version when using Windows #25549

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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