I'm trying to install libvips (https://github.com/libvips/libvips/releases/tag/v8.14.4) on a alpine distribution of Linux. Can I please get help with list of required packages? I want to get https://github.com/h2non/bimg working on my golang project but build is failing due to missing packages required for libvips. Worked on Mac with straight forward installation instructions.
Asked
Active
Viewed 19 times
0
-
Doesn't the package manager already provides the dependencies? See https://pkgs.alpinelinux.org/package/edge/community/x86_64/vips – Steffen Ullrich Sep 01 '23 at 06:54
-
Yeah, was able to install through this. Thanks – Sanchit Kulkarni Sep 01 '23 at 10:38