update to latest boost release: 1.51

springmeyer 2012-08-22 08:40:16 -07:00
parent 55120e4a24
commit 6b1720dd25

@ -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 \