Created
September 14, 2016 18:51
-
-
Save eliotjordan/7c5263eed1629e63a42153a6d51b939e to your computer and use it in GitHub Desktop.
Install geo_concerns mapnik deps on ubuntu
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
apt-get update && apt-get install -y software-properties-common | |
add-apt-repository -y ppa:mapnik/nightly-2.3 | |
apt-get update && apt-get upgrade -y && \ | |
apt-get -y install \ | |
gdal-bin \ | |
libmapnik \ | |
libmapnik-dev \ | |
mapnik-utils \ | |
mapnik-input-plugin-gdal \ | |
mapnik-input-plugin-ogr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment