-
Notifications
You must be signed in to change notification settings - Fork 113
Description
Hi!
Thanks for maintaining sharp and these native libraries for libvips! They're a great help to get started. 😃
I'd like to use the native libraries provided by this project in https://github.com/criteo/JVips instead of building the libraries and maintaining their build scripts in JVips, too.
Since it's a Java project using JNI to interface with the native libraries, I need to compile a small wrapper which requires the pkg-config (*.pc
) and libtool (*.la
) files in order to be build.
Unfortunately, those files are removed at the end of the Linux build script:
Lines 284 to 285 in 5007da5
cd ${TARGET}/lib | |
rm -rf pkgconfig .libs *.la libvipsCC* cmake |
@lovell Do you think it would be possible and sensible to provider an additional artifact with just these files for people to use the pre-built libraries of sharp-libvips and link them to their own C wrappers?