Documentation: Add dependencies for alpine linux
- Add qemu-audio-pa for the audio driver - Change qemu i386 with x86_64 - Mention fuse2fs for building.
This commit is contained in:
parent
7138395982
commit
d250f8fc3e
Notes:
sideshowbarker
2024-07-17 09:48:50 +09:00
Author: https://github.com/Fede-26 🔰 Commit: https://github.com/SerenityOS/serenity/commit/d250f8fc3e Pull-request: https://github.com/SerenityOS/serenity/pull/20478 Reviewed-by: https://github.com/gmta
1 changed files with 2 additions and 1 deletions
|
@ -48,11 +48,12 @@ apk add coreutils
|
|||
apk add build-base
|
||||
|
||||
# qemu
|
||||
apk add qemu qemu-system-i386 qemu-img qemu-ui-gtk
|
||||
apk add qemu qemu-system-x86_64 qemu-img qemu-ui-gtk qemu-audio-pa
|
||||
|
||||
# build tools (samurai is a drop-in replacement for ninja)
|
||||
apk add cmake e2fsprogs grub-bios samurai mpc1-dev mpfr-dev gmp-dev ccache rsync texinfo
|
||||
```
|
||||
Optional: `fuse2fs` for [building images without root](https://github.com/SerenityOS/serenity/pull/11224).
|
||||
|
||||
## OpenBSD prerequisites
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue