[gdal-dev] GDAL *.py and *.exe files with VCPKG
Kai Pastor, DG0YT
dg0yt at darc.de
Mon Sep 22 12:27:17 PDT 2025
> I'm running into another issue with GDAL 3 installed with VCPKG on
> Windows 11 where I cannot identify where the *.py and *.exe files are
> stored, or if I need to run/install something else to generate them.
>
> Any help finding where these files are stored would be greatly
> appreciated!
The vcpkg port doesn't enable any python features. (Maybe I know how to
wire this stuff, but IIRC it gets tricky with debug builds on MSVC.)
Executables are installed in <install_root>/tools/gdal. You may need
extra environment variables to help them locate data files.
vcpkg is not a general-purpose package manager. The focus is on
providing *libraries* for (C,C++) application developers.
Kai.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20250922/303b616f/attachment.htm>
More information about the gdal-dev
mailing list