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 <tiff-boun...@lists.osgeo.org> On Behalf Of Bob via Tiff
Sent: 16 January 2022 05:41
To: tiff@lists.osgeo.org
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
Tiff@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/tiff

Reply via email to