Skip to content

Packaging scripts to prebuild libvips and its dependencies - you're probably looking for https://github.com/kleisauke/net-vips

License

Notifications You must be signed in to change notification settings

kleisauke/libvips-packaging

 
 

Repository files navigation

Packaging scripts

libvips and its dependencies are provided as pre-compiled shared libraries for the most common operating systems and CPU architectures.

Used by NetVips

During packaging of NetVips, these binaries are fetched as tarballs from this repository via HTTPS and stored within the NuGet package (see Build.cs for details).

Finally, the created .nupkg are uploaded on NuGet. You can find them here:

The version number of these NuGet packages is in sync with libvips' version number.

Creating a tarball

Most people will not need to do this; proceed with caution.

Run the top-level build script without parameters for help.

Linux

One build script is used to (cross-)compile the same shared libraries within multiple containers.

Windows

The output of libvips' build-win64-mxe static "web" releases are post-processed within a container.

macOS

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.

  • x64 (native)
  • ARM64 (cross-compiled)

Dependency paths are modified to use the relative @loader_path with install_name_tool.

Licences

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.

About

Packaging scripts to prebuild libvips and its dependencies - you're probably looking for https://github.com/kleisauke/net-vips

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 74.7%
  • Dockerfile 20.2%
  • CMake 5.1%