Created
January 26, 2015 23:48
-
-
Save springmeyer/2093d38054787899faa1 to your computer and use it in GitHub Desktop.
Install gdal with mason
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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