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

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

Hi,

You can build with CMake on Windows using MSVC, MinGW or Cygwin.

See https://gitlab.com/libtiff/libtiff/-/blob/master/.appveyor.yml for examples for each. Run “cmake –help” for a list of generators. For VS2022, use

    -G “Visual Studio 17 2022” -A x64

Same for VS2019. Build with “cmake –build”, “msbuild” or open in Visual Studio.

You can also use the Ninja generator providing you have set up the environment with vcvarsall or similar.

There are plenty of tutorials out there for how to build with CMake. See

as a couple of examples.

Kind regards,

Roger