Last active
February 4, 2016 22:12
-
-
Save jakepruitt/ae4907578c8a4f4fee5c to your computer and use it in GitHub Desktop.
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
| cd ../mapnik | |
| make clean | |
| git pull | |
| git submodule update --init | |
| source ./bootstrap.sh | |
| ./configure | |
| make # takes a very long time | |
| make install | |
| cd ../mapnik-vector-tile | |
| make clean | |
| git pull | |
| git submodule update --init | |
| source ./bootstrap.sh | |
| make | |
| npm link | |
| cd ../node-mapnik | |
| make clean | |
| rm -r node_modules/ | |
| npm install | |
| npm link mapnik-vector-tile | |
| make | |
| npm test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment