From 6b1720dd256ada7fd88854c0660c8aac84ce7978 Mon Sep 17 00:00:00 2001 From: springmeyer Date: Wed, 22 Aug 2012 08:40:16 -0700 Subject: [PATCH] update to latest boost release: 1.51 --- Mapnik2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mapnik2.md b/Mapnik2.md index b62b297..86fe0ff 100644 --- a/Mapnik2.md +++ b/Mapnik2.md @@ -145,9 +145,9 @@ If you are compiling on Mac OS X see: http://trac.mapnik.org/wiki/MacInstallatio Otherwise on linux do: ```sh - wget http://voxel.dl.sourceforge.net/project/boost/boost/1.50.0/boost_1_50_0.tar.bz2 - tar xjvf boost_1_50_0.tar.bz2 - cd boost_1_50_0 + wget http://voxel.dl.sourceforge.net/project/boost/boost/1.51.0/boost_1_51_0.tar.bz2 + tar xjvf boost_1_51_0.tar.bz2 + cd boost_1_51_0 ./bootstrap.sh ./b2 \ --with-thread \