Documentation: Specify minimum required QEMU version

This commit is contained in:
Apoorv Mishra 2021-06-10 21:58:26 +05:30 committed by GitHub
parent 3752775a1e
commit 73cf16f643
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
Notes: sideshowbarker 2024-07-18 12:29:31 +09:00

View file

@ -8,6 +8,8 @@ Ensure your CMake version is >= 3.16 with `cmake --version`. If your system does
Ensure your gcc version is >= 10 with `gcc --version`. Otherwise, install it.
Ensure your [QEMU](https://www.qemu.org/) version is >= 5 with `qemu-system-i386 -version`. Otherwise, install it. You can also build it using the `Toolchain/BuildQemu.sh` script.
On Ubuntu it's in the repositories of 20.04 (Focal) and later - add the `ubuntu-toolchain-r/test` PPA if you're running an older version:
```console