Skip to content

Instantly share code, notes, and snippets.

@jakepruitt
Last active February 4, 2016 22:12
Show Gist options
  • Select an option

  • Save jakepruitt/ae4907578c8a4f4fee5c to your computer and use it in GitHub Desktop.

Select an option

Save jakepruitt/ae4907578c8a4f4fee5c to your computer and use it in GitHub Desktop.
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