mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +00:00
Documentation: Update the required packages for arch based systems
Since qemu 7 the Arch Linux repository is using a different naming system for the various required packages. This patch updates the required dependencies for running serenity. See https://archlinux.org/news/qemu-700-changes-split-package-setup/
This commit is contained in:
parent
d79486109a
commit
45d78f6435
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ for details.
|
|||
### Arch Linux / Manjaro
|
||||
|
||||
```console
|
||||
sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu qemu-arch-extra ccache rsync unzip
|
||||
sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu-desktop qemu-emulators-full 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