Showing posts with label Install boost from source in linux. Show all posts
Showing posts with label Install boost from source in linux. Show all posts

Thursday, September 20, 2012

BOOST Installation in Linux

cd /usr/local/src/
wget  boost_1_51_0.tar.gz
tar -zxvf  boost_1_51_0.tar.gz
cd  boost_1_51_0

 ./bootstrap.sh --with-libraries=signals,python --prefix=/usr/local/ --includedir=/usr/local/include/ --libdir=/usr/local/lib

./b2

################################################