Changes between Version 2 and Version 3 of maemo5Mapnik


Ignore:
Timestamp:
Sep 17, 2014, 10:03:15 PM (10 years ago)
Author:
Martin Kolman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • maemo5Mapnik

    v2 v3  
    1111wget http://marmistrz.net63.net/public/mapnik/python-mapnik_2.2.0-ubuntu1~fremantle1_armel.deb
    1212}}}
     13
     14=== Install dependencies ===
     15As root:
     16{{{
     17apt-get install ttf-unifont xfonts-utils
     18}}}
     19
     20=== Install the packages ===
     21The easiest way is to move them to an empty folder and to run dpkg (as root) in the folder:
     22{{{
     23dpkg -i *.deb
     24}}}
     25
     26If it fails due to missing dependencies, just run (as root):
     27{{{
     28apt-get install -f
     29}}}
     30That should install the missing dependencies, if available in the repositories.