Skip to content

Instantly share code, notes, and snippets.

@drnextgis
Created June 22, 2011 16:40
Show Gist options
  • Save drnextgis/1040503 to your computer and use it in GitHub Desktop.
Save drnextgis/1040503 to your computer and use it in GitHub Desktop.
Tilestache install
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