-
-
Save freenerd/68300831d6c76c05628bb7de437322d3 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
git clone https://github.com/mapbox/mason.git | |
export MASON_DIR=$(pwd)/mason | |
./mason/mason install osmium-tool latest | |
./mason/mason link osmium-tool latest | |
ln -s $(pwd)/mason_packages/.link/bin/osmium /usr/bin/osmium | |
osmium |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment