Tom Kelsey 9f373bade8 Add binaries | 4 năm trước cách đây | |
---|---|---|
.github | 4 năm trước cách đây | |
build | 4 năm trước cách đây | |
darwin-x64 | 4 năm trước cách đây | |
linux-arm64v8 | 4 năm trước cách đây | |
linux-armv6 | 4 năm trước cách đây | |
linux-armv7 | 4 năm trước cách đây | |
linux-x64 | 4 năm trước cách đây | |
linuxmusl-x64 | 4 năm trước cách đây | |
test | 4 năm trước cách đây | |
win32 | 4 năm trước cách đây | |
.DS_Store | 4 năm trước cách đây | |
.gitignore | 4 năm trước cách đây | |
LIBVIPS_VERSION | 4 năm trước cách đây | |
LICENSE | 4 năm trước cách đây | |
README.md | 4 năm trước cách đây | |
THIRD-PARTY-NOTICES.md | 4 năm trước cách đây | |
build.sh | 4 năm trước cách đây | |
libvips-8.10.0-linux-arm64v8.tar.br | 4 năm trước cách đây | |
libvips-8.10.0-linux-arm64v8.tar.gz | 4 năm trước cách đây | |
libvips-8.10.0-linux-armv6.tar.br | 4 năm trước cách đây | |
libvips-8.10.0-linux-armv6.tar.gz | 4 năm trước cách đây | |
libvips-8.10.0-linux-armv7.tar.br | 4 năm trước cách đây | |
libvips-8.10.0-linux-armv7.tar.gz | 4 năm trước cách đây | |
libvips-8.10.0-linux-x64.tar.br | 4 năm trước cách đây | |
libvips-8.10.0-linux-x64.tar.gz | 4 năm trước cách đây | |
libvips-8.10.0-linuxmusl-x64.tar.br | 4 năm trước cách đây | |
libvips-8.10.0-linuxmusl-x64.tar.gz | 4 năm trước cách đây | |
test-linux-arm.sh | 4 năm trước cách đây | |
test-linux-x64.sh | 4 năm trước cách đây |
libvips and its dependencies are provided as pre-compiled shared libraries for the most common operating systems and CPU architectures.
During npm install
, these binaries are fetched as tarballs from
this repository via HTTPS and stored locally within node_modules/sharp/vendor
.
The base URL can be overridden using the
npm_config_sharp_libvips_binary_host
environment variable.
https://sharp.pixelplumbing.com/install#custom-prebuilt-binaries
Most people will not need to do this; proceed with caution.
Run the top-level build script without parameters for help.
One build script is used to (cross-)compile the same shared libraries within multiple containers.
The output of libvips' build-win64-mxe "web" target is post-processed within multiple containers.
Uses a macOS virtual machine hosted by GitHub to compile the shared libraries. The dylib files are compiled within the same build script as Linux.
Depedency paths are modified to be the relative @rpath
using install_name_tool
.
These scripts are licensed under the terms of the Apache 2.0 Licence.
The shared libraries contained in the tarballs are distributed under the terms of various licences, all of which are compatible with the Apache 2.0 Licence.