== Mapnik for Maemo 5 == Testing the Mapnik port for Maemo 5 (Nokia N900) by Marmistrz. === Download the Mapnik packages === From [http://marmistrz.net63.net/public/mapnik/ http://marmistrz.net63.net/public/mapnik/]: {{{ wget http://marmistrz.net63.net/public/mapnik/libmapnik_2.2.0-ubuntu1~fremantle1_armel.deb wget http://marmistrz.net63.net/public/mapnik/mapnik-utils_2.2.0-ubuntu1~fremantle1_armel.deb wget http://marmistrz.net63.net/public/mapnik/mapnik_2.2.0-ubuntu1~fremantle1.dsc wget http://marmistrz.net63.net/public/mapnik/python-mapnik_2.2.0-ubuntu1~fremantle1_armel.deb }}} === Install dependencies === As root: {{{ apt-get install ttf-unifont xfonts-utils }}} === Install the packages === The easiest way is to move them to an empty folder and to run dpkg (as root) in the folder: {{{ dpkg -i *.deb }}} If it fails due to missing dependencies, just run (as root): {{{ apt-get install -f }}} That should install the missing dependencies, if available in the repositories.