2021.04.15 07:25 "[Tiff] Using libtiff in Windows runners in Github CI", by Jeff

2021.04.15 09:12 "Re: [Tiff] Using libtiff in Windows runners in Github CI", by Jeff

libtiff is available directly with vcpkg, the package name is “tiff”.

Run “./vcpkg install tiff:x64-windows” (for example).

Thanks. That got me one step further, but my compile step (gcc from Strawberry Perl) now fails because it can't find tiffio.h.

Do I need an extra option to get vcpkg to install the headers?

Is it possible to compile with gcc against libraries compiled with vc? Do I just need some extra linker options?

Regards

Jeff