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
################################################
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
################################################
No comments:
Post a Comment