mirror of
https://github.com/lovell/sharp.git
synced 2025-07-14 12:50:12 +02:00
Docs: clarify prebuilt libc support on ARMv6/v7
This commit is contained in:
parent
bbf612cb9e
commit
83eed86b53
@ -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:
|
The following platforms have prebuilt libvips but not sharp:
|
||||||
|
|
||||||
* Linux ARMv6
|
|
||||||
* Linux ARMv7 (glibc >= 2.28)
|
* Linux ARMv7 (glibc >= 2.28)
|
||||||
|
* Linux ARMv6 (glibc >= 2.28)
|
||||||
* Windows ARM64
|
* Windows ARM64
|
||||||
|
|
||||||
The following platforms require compilation of both libvips and sharp from source:
|
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 x86
|
||||||
* Linux x64 (glibc <= 2.16, includes RHEL/CentOS 6)
|
* Linux x64 (glibc <= 2.16, includes RHEL/CentOS 6)
|
||||||
* Linux ARM64 (glibc <= 2.28)
|
* Linux ARM64 (glibc <= 2.28)
|
||||||
|
* Linux ARMv7 (glibc <= 2.27, musl)
|
||||||
|
* Linux ARMv6 (glibc <= 2.27, musl)
|
||||||
* Linux PowerPC
|
* Linux PowerPC
|
||||||
* FreeBSD
|
* FreeBSD
|
||||||
* OpenBSD
|
* OpenBSD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user