Documentation: Specify minimum required QEMU version
This commit is contained in:
parent
3752775a1e
commit
73cf16f643
Notes:
sideshowbarker
2024-07-18 12:29:31 +09:00
Author: https://github.com/apoorv-mishra Commit: https://github.com/SerenityOS/serenity/commit/73cf16f643b Pull-request: https://github.com/SerenityOS/serenity/pull/7970
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue