libvips / build-win64-mxe

73 stars 15 forks source link

Use specific branch of openslide #48

Open Austinkf opened 1 year ago

Austinkf commented 1 year ago

I am needing to use a pull request branch of openslide to build with vips because it fixes issues with the BIF ventana image format. I can't figure out a way to change the openslide that is used in the openslide.mk file. Is it possible to use a specific branch of openslide, or is that a limitation to the build tool?

kleisauke commented 1 year ago

Looking at the openslide PRs, I assume you wanted to test PR https://github.com/openslide/openslide/pull/395? I had a quick go with commit https://github.com/libvips/build-win64-mxe/commit/216b619cb2a03bf5a656e1eca68530876167153b and it seems to build.

To build locally, you can use:

$ git clone -b openslide-pr-395 https://github.com/libvips/build-win64-mxe.git
$ cd build-win64-mxe/
$ ./build.sh all x86_64 shared