From 83eed86b53f3c234607863672dc182aadedd1abd Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 21 Sep 2021 18:48:54 +0100 Subject: [PATCH] Docs: clarify prebuilt libc support on ARMv6/v7 --- docs/install.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 8cfd263c..6ca339d4 100644 --- a/docs/install.md +++ b/docs/install.md @@ -31,8 +31,8 @@ JPEG, PNG, WebP, AVIF, TIFF, GIF (input) and SVG (input) image formats. The following platforms have prebuilt libvips but not sharp: -* Linux ARMv6 * Linux ARMv7 (glibc >= 2.28) +* Linux ARMv6 (glibc >= 2.28) * Windows ARM64 The following platforms require compilation of both libvips and sharp from source: @@ -40,6 +40,8 @@ The following platforms require compilation of both libvips and sharp from sourc * Linux x86 * Linux x64 (glibc <= 2.16, includes RHEL/CentOS 6) * Linux ARM64 (glibc <= 2.28) +* Linux ARMv7 (glibc <= 2.27, musl) +* Linux ARMv6 (glibc <= 2.27, musl) * Linux PowerPC * FreeBSD * OpenBSD