From 1ce01b1ca500309dd5e01fd286b73a3d88d93405 Mon Sep 17 00:00:00 2001 From: springmeyer Date: Wed, 15 Feb 2012 10:51:14 -0800 Subject: [PATCH] update boost install details to latest release (48) --- Mapnik2.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Mapnik2.md b/Mapnik2.md index 3de8df9..449d022 100644 --- a/Mapnik2.md +++ b/Mapnik2.md @@ -140,9 +140,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.46.1/boost_1_46_1.tar.bz2 - tar xjvf boost_1_46_1.tar.bz2 - cd boost_1_46_1 + wget http://voxel.dl.sourceforge.net/project/boost/boost/1.48.0/boost_1_48_0.tar.bz2 + tar xjvf boost_1_48_0.tar.bz2 + cd boost_1_48_0 ./bootstrap.sh ./bjam \ --with-thread \