Hi Michael, On Tue, 20 Feb 2024 at 11:22, Michael Otto <michael.o...@data-experts.de> wrote:
> The directory './vcpkg/packages/<packageName>_x64-linux' now contains the > compiled static versions of the libraries. But where can I find the GDAL > apps? These are not contained in this directory. Great! So if you change your vcpkg installation to use `gdal[tools]` instead of `gdal`, it will build the applications too. If you need other dependencies, see https://vcpkg.link/ports/gdal then you can install eg: `gdal[tools,curl]` to add curl too. The options shown under `default-features` are automatically installed. Rob :) >
_______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev