summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/BuildInstructions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md
index 48fefb1ed9..138e1fe6d6 100644
--- a/Documentation/BuildInstructions.md
+++ b/Documentation/BuildInstructions.md
@@ -6,10 +6,10 @@
Ensure your CMake version is >= 3.16 with `cmake --version`. If your system doesn't provide a suitable version of CMake, you can download a binary release from the [CMake website](https://cmake.org/download).
-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.
+Ensure your gcc version is >= 10 with `gcc --version`. Otherwise, install it.
+
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