From 73cf16f643b22dccf050d9f1e248988f5df78869 Mon Sep 17 00:00:00 2001 From: Apoorv Mishra Date: Thu, 10 Jun 2021 21:58:26 +0530 Subject: [PATCH] Documentation: Specify minimum required QEMU version --- Documentation/BuildInstructions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index d94149473f..48fefb1ed9 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -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