dirkvdb / vcpkg-ports

Recipes for building third party software libraries for easy cmake integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

Recipes for building third party software libraries for easy cmake integration

License:MIT License


Languages

Language:Fortran 47.7%Language:CMake 43.2%Language:C 4.3%Language:Python 2.4%Language:PowerShell 1.7%Language:Shell 0.7%