From 55edfe5c3c8dc48af0248d45ca3e31e24140fa4d Mon Sep 17 00:00:00 2001 From: Maxim Solovyov Date: Fri, 18 Aug 2023 00:56:33 +0300 Subject: [PATCH] Documentation: Remove qemu-system-x86 from explicit dependencies on Arch The qemu-system-x86 package is a dependency of the qemu-desktop package both on Arch and Manjaro Linux so there is no need to install it explicitly. --- Documentation/BuildInstructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 1bffaf835f..b34d7f79ce 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -65,7 +65,7 @@ for details. ### Arch Linux / Manjaro ```console -sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu-desktop qemu-system-x86 qemu-system-aarch64 ccache rsync unzip +sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu-desktop qemu-system-aarch64 ccache rsync unzip ``` Optional: `fuse2fs` for [building images without root](https://github.com/SerenityOS/serenity/pull/11224).