doc: fix / update build instructions for Alpine Linux (#13319)

- add `findutils`: we need the real deal (for `-printf`)
- add `nasm`: for building libjpeg-turbo' SIMD support
- drop `ninja-is-really-ninja` in favor of `ninja-build`:
  the former now conflicts with `samurai` (required by `meson`)
This commit is contained in:
Benoit Pierre
2025-02-26 12:00:55 +01:00
committed by GitHub
parent 3cf45b9dc8
commit 926eb9d455

View File

@@ -40,12 +40,15 @@ For testing:
Install the prerequisites using apk:
```
sudo apk add autoconf automake bash cmake coreutils curl diffutils g++ \
gcc gettext-dev git grep gzip libtool linux-headers lua5.1-busted \
luarocks5.1 make meson ninja-build ninja-is-really-ninja patch \
perl pkgconf procps-ng sdl2 tar unzip wget
sudo apk add autoconf automake bash cmake coreutils curl diffutils \
findutils g++ gcc gettext-dev git grep gzip libtool linux-headers \
lua5.1-busted luarocks5.1 make meson nasm ninja-build patch perl \
pkgconf procps-ng sdl2 tar unzip wget
```
**Note:** don't forget to add `/usr/lib/ninja-build/bin` to `$PATH`
so the real ninja is used (and not the binary provided by samurai).
### Arch Linux
Install the prerequisites using pacman: