2022.01.16 05:40 "[Tiff] How to build libtiff under Windows x64?", by Bob

2022.01.16 22:26 "Re: [Tiff] How to build libtiff under Windows x64?", by Roger

Hi Bob,

In addition to the other reply regarding building with CMake, you can also obtain libtiff using “vcpkg”. It’s already packaged, so you can just run

    vcpkg install libtiff[jpeg]:x64-windows

and it will build libtiff along with all of its dependencies. Then you can just use it within Visual Studio. This might be the simplest and quickest way to get up and running.

Kind regards,

Roger