Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created January 26, 2015 23:48
Show Gist options
  • Save springmeyer/2093d38054787899faa1 to your computer and use it in GitHub Desktop.
Save springmeyer/2093d38054787899faa1 to your computer and use it in GitHub Desktop.
Install gdal with mason
git clone --depth 1 https://github.com/mapbox/mason.git
export MASON_DIR=$(pwd)/mason
./mason/mason install gdal 1.11.1
./mason/mason link gdal 1.11.1
# test gdalinfo works
./mason_packages/.link/bin/gdalinfo --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment