mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +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
Notes:
sideshowbarker
2024-07-17 11:07:48 +09:00
Author: https://github.com/networkException Commit: https://github.com/SerenityOS/serenity/commit/45d78f6435 Pull-request: https://github.com/SerenityOS/serenity/pull/13993
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…
Reference in a new issue