diff options
author | Apoorv Mishra <apoorvmishra101092@gmail.com> | 2021-06-10 21:58:26 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-10 17:28:26 +0100 |
commit | 73cf16f643b22dccf050d9f1e248988f5df78869 (patch) | |
tree | 33dd05190f6d741cc89a3d399e0052a3b32fdde4 /Documentation | |
parent | 3752775a1ec70ef96a1afc255e4b60bff8e7d31e (diff) | |
download | serenity-73cf16f643b22dccf050d9f1e248988f5df78869.zip |
Documentation: Specify minimum required QEMU version
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildInstructions.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 |