diff options
author | Nathan Wallace <dev@nathanbw.com> | 2022-05-23 17:03:59 -0400 |
---|---|---|
committer | Tim Flynn <trflynn89@pm.me> | 2022-05-24 06:30:57 -0400 |
commit | 0c0a760aadbdfa2b0049165f31d4cb9771991d69 (patch) | |
tree | 330d797d35cc3bc7d7ee11255b919924c83a8b06 /Documentation/BuildInstructions.md | |
parent | 2f1029e7c40c68284192c0a31b0da87edb58ed20 (diff) | |
download | serenity-0c0a760aadbdfa2b0049165f31d4cb9771991d69.zip |
Meta+Documentation: Bump required QEMU version
This commit bumps the required QEMU version to 6.2 and updates the
version checking logic in Meta/run.sh to support checking against
major and minor version numbers instead of checking against the major
version only
Diffstat (limited to 'Documentation/BuildInstructions.md')
-rw-r--r-- | Documentation/BuildInstructions.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index e9af4949a1..9885b0d404 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -31,10 +31,12 @@ Now on Ubuntu or Debian you can install gcc-11 with apt like this: sudo apt install gcc-11 g++-11 ``` -#### QEMU 5 or later +#### QEMU 6.2 or later -QEMU version 5 is available in Ubuntu 20.10, but it is recommended to build Qemu as provided by the toolchain by running `Toolchain/BuildQemu.sh`. -Note that you might need additional dev packages: +Version 6.2 of QEMU is available in Ubuntu 22.04. On earlier versions of Ubuntu, +you can build the recommended version of QEMU as provided by the toolchain by running +`Toolchain/BuildQemu.sh`. +Note that you might need additional dev packages in order to build QEMU on your machine: ```console sudo apt install libgtk-3-dev libpixman-1-dev libsdl2-dev libspice-server-dev |