Changes between Version 2 and Version 3 of maemo5Mapnik
- Timestamp:
- Sep 17, 2014, 10:03:15 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
maemo5Mapnik
v2 v3 11 11 wget http://marmistrz.net63.net/public/mapnik/python-mapnik_2.2.0-ubuntu1~fremantle1_armel.deb 12 12 }}} 13 14 === Install dependencies === 15 As root: 16 {{{ 17 apt-get install ttf-unifont xfonts-utils 18 }}} 19 20 === Install the packages === 21 The easiest way is to move them to an empty folder and to run dpkg (as root) in the folder: 22 {{{ 23 dpkg -i *.deb 24 }}} 25 26 If it fails due to missing dependencies, just run (as root): 27 {{{ 28 apt-get install -f 29 }}} 30 That should install the missing dependencies, if available in the repositories.