[gdal-dev] Building GDAL on Windows 32 and 64 bit
Dmitry Baryshnikov
bishop.dev at gmail.com
Fri May 27 02:09:50 PDT 2016
Hi,
It seems to me there is no standard install path on Windows, so search
GDAL is tricky.
CMake can register package in registry and so find GDAL, but GDAL have
to be CMaked too.
You may try our CMake GDAL (https://github.com/nextgis-borsch/lib_gdal).
In your project only need to add find_anyproject(GDAL), see -
https://github.com/nextgis-borsch/borsch.
GDAL will be downloaded, build and linked with your project.
Best regards,
Dmitry
27.05.2016 11:55, alex пишет:
> Hi,
>
> Is there a convention about where to place and how to name the win32 and x64
> libraries and include directories when building for both platforms on
> Windows?
>
> Especially, I would like CMake's FindGDAL
> (https://cmake.org/cmake/help/v3.0/module/FindGDAL.html) to be able to find
> the correct paths automatically.
>
> Thanks, Alex
>
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/gdal-dev
More information about the gdal-dev
mailing list