Created
June 22, 2011 16:40
-
-
Save drnextgis/1040503 to your computer and use it in GitHub Desktop.
Tilestache install
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
sudo apt-get install python-setuptools | |
sudo apt-get install python2.7-dev | |
sudo apt-get install libmapnik0.7 mapnik-utils python-mapnik | |
curl -O https://raw.github.com/pypa/pip/master/contrib/get-pip.py | |
sudo python get-pip.py | |
sudo pip install -U PIL | |
sudo pip install -U modestmaps | |
sudo pip install -U werkzeug | |
sudo python setup.py install | |
sudo ln -s /usr/lib/x86_64-linux-gnu/libfreetype.so /usr/lib/ | |
sudo ln -s /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/ | |
sudo ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment