mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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
Notes:
sideshowbarker
2024-07-17 11:33:34 +09:00
Author: https://github.com/absolutelynothelix 🔰 Commit: https://github.com/SerenityOS/serenity/commit/55edfe5c3c Pull-request: https://github.com/SerenityOS/serenity/pull/20627 Reviewed-by: https://github.com/gmta ✅
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…
Reference in a new issue