From 95ef6b3f71ca637bc4894332e92cda1bd728aea5 Mon Sep 17 00:00:00 2001 From: Christoph Tavan Date: Wed, 24 Oct 2018 15:31:32 +0200 Subject: [PATCH] Docs: update Alpine libvips installation instructions (#1429) With version 8.7.0 of the vips-dev Alpine package the documented installation instructions no longer work and result in: ERROR: unsatisfiable constraints: pc:fftw3 (missing): required by: vips-dev-8.7.0-r0[pc:fftw3] vips-dev-8.7.0-r0[pc:fftw3] vips-dev-8.7.0-r0[pc:fftw3] The fix was proposed in https://bugs.alpinelinux.org/issues/9561#note-2 --- docs/install.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index e9d5cbeac..2ca05d88b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -72,7 +72,9 @@ libvips is available in the [testing repository](https://pkgs.alpinelinux.org/packages?name=vips-dev): ```sh -apk add vips-dev fftw-dev build-base --update-cache --repository https://dl-3.alpinelinux.org/alpine/edge/testing/ +apk add vips-dev fftw-dev build-base --update-cache \ + --repository https://dl-3.alpinelinux.org/alpine/edge/testing/ \ + --repository https://dl-3.alpinelinux.org/alpine/edge/main ``` The smaller stack size of musl libc means