mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:27:35 +00:00
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.
This commit is contained in:
parent
834a3227f8
commit
55edfe5c3c
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue