Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.09 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.09 KB

vcpkg-ports

linux ci osx ci windows ci

Recipes for building third party software libraries for easy cmake integration.

This is a subset of the ports of https://github.com/microsoft/vcpkg focused mainly on geospatial analysis and scientific computing.

These ports are tweaked to create fully static binaries.

Getting started

Installing the required packages

e.g. Debian based system apt-get install git curl unzip tar cmake python3 build-essential

Build the vcpkg binary

cmake -P bootstrap.cmake

Install packages

./bin/vcpkg install gdal[spatialite]