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:
Federico Zotti 2023-08-10 18:28:27 +02:00 committed by Jelle Raaijmakers
parent 7138395982
commit d250f8fc3e

View file

@ -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