Last active
September 29, 2017 09:24
-
-
Save springmeyer/baa0882851548ec312e9692394b47cb2 to your computer and use it in GitHub Desktop.
Install osmium-tool with mason
This file contains 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
mkdir ./mason | |
curl -sSfL https://github.com/mapbox/mason/archive/v0.15.0.tar.gz | tar --gunzip --extract --strip-components=1 --exclude="*md" --exclude="test*" --directory=./mason | |
OSMIUM_VERSION="1.7.1" | |
./mason/mason install osmium-tool ${OSMIUM_VERSION} | |
export PATH=$(./mason/mason prefix osmium-tool ${OSMIUM_VERSION})/bin:${PATH} | |
export MANPATH=$(./mason/mason prefix osmium-tool ${OSMIUM_VERSION})/share/man:${MANPATH} | |
osmium help extract | |
osmium |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment