mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Added unzip to arch install list
After setting up the toochain on manjaro linux (new install) the build of the toolchain failed as unzip was not found. The unzip package is listed in the documentation for debian (apt) but is was missing for arch linux.
This commit is contained in:
parent
0c0951d2ce
commit
b00218715a
Notes:
sideshowbarker
2024-07-18 03:03:58 +09:00
Author: https://github.com/patrickwilmes 🔰 Commit: https://github.com/SerenityOS/serenity/commit/b00218715ab Pull-request: https://github.com/SerenityOS/serenity/pull/10354 Reviewed-by: https://github.com/linusg ✅
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,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
|
||||
sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu qemu-arch-extra ccache rsync unzip
|
||||
```
|
||||
|
||||
### Other systems
|
||||
|
|
Loading…
Reference in a new issue