Last active
December 18, 2015 17:19
-
-
Save srounet/5818030 to your computer and use it in GitHub Desktop.
FREEBSD_9_1_Mapnik_2_2_0
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
https://github.com/mapnik/mapnik/wiki/FreeBSDInstallation | |
$> cd /usr/ports/print/freetype2/ | |
$> make install clean distclean | |
$> cd /usr/ports/devel/icu/ | |
$> make install clean distclean | |
$> cd /usr/ports/graphics/jpeg | |
$> make install clean distclean | |
$> cd /usr/ports/graphics/proj | |
$> make install clean distclean | |
$> cd /usr/ports/graphics/png | |
$> make install clean distclean | |
$> cd /usr/ports/graphics/tiff | |
$> make install clean distclean | |
$> cd /usr/ports/graphics/cairo | |
$> make install clean distclean | |
$> cd /usr/ports/graphics/cairomm | |
$> make install clean distclean | |
$> cd /usr/ports/devel/pkgconf | |
$> make install clean distclean | |
$> cd /usr/ports/graphics/py-cairo | |
$> make install clean distclean | |
$> cd /usr/ports/devel/libtool | |
$> make install clean distclean | |
$> cd /usr/ports/devel/libltdl | |
$> make install clean distclean | |
$> /usr/ports/graphics/gdal | |
$> make install clean distclean | |
$> cd /usr/ports/databases/postgresql92-client/ | |
$> make install clean distclean | |
$> cd /usr/ports/devel/boost-all | |
$> make install clean distclean ( avec python ) ( Avec optimisation compiler ) | |
$> wget --no-check-certificate http://mapnik.s3.amazonaws.com/dist/v2.2.0/mapnik-v2.2.0.tar.bz2 | |
$> tar zxvf mapnik-v2.2.0.tar.bz2 | |
$> cd mapnik-v2.2.0 | |
$> python scons/scons.py configure | |
$> python scons/scons.py install | |
$> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment