mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Add coreutils dep to Alpine Linux build instructions
`build-image-qemu.sh` depends on GNU's version of `du`:
43d706a29e/Meta/build-image-qemu.sh (L47-L48)
Alpine Linux doesn't use that version by default.
This commit is contained in:
parent
849f849905
commit
78ef608a6b
Notes:
sideshowbarker
2024-07-17 18:59:48 +09:00
Author: https://github.com/rendello 🔰 Commit: https://github.com/SerenityOS/serenity/commit/78ef608a6b Pull-request: https://github.com/SerenityOS/serenity/pull/12427
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ First, make sure you have enabled the `community` repository in `/etc/apk/reposi
|
|||
# the basics, if you have not already done so
|
||||
apk add bash curl git util-linux sudo
|
||||
|
||||
# GNU coreutils for GNU's version of `du`
|
||||
apk add coreutils
|
||||
|
||||
# rough equivalent of build-essential
|
||||
apk add build-base
|
||||
|
||||
|
|
Loading…
Reference in a new issue