mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user