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
From: Tiff <[email protected]> On Behalf Of Bob via Tiff
Sent: 16 January 2022 05:41
To: [email protected]
Subject: [Tiff] How to build libtiff under Windows x64?
Hi,
Is there a simple way to build libtiff under Windows? I see that in the past
it was as simple as:
>nmake /f makefile.vc
but I do not see a makefile.vc file in the latest distributions.
I would basically need libtiff lib and dll files to be able to build a native
C++ application using Visual Studio.
Thanks!
_______________________________________________
Tiff mailing list
[email protected]
https://lists.osgeo.org/mailman/listinfo/tiff