mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 09:48:11 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -48,11 +48,12 @@ apk add coreutils
|
||||||
apk add build-base
|
apk add build-base
|
||||||
|
|
||||||
# qemu
|
# 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)
|
# 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
|
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
|
## OpenBSD prerequisites
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue