Boost Library Download : http://www.boost.org/
download 받은 boost_1_55_0.tar.gz 파일을 압축해제 하여 /usr/local로 복사 또는 이동시킨다.
#tar zxvf boost_1_55_0.tar.gz
#cp -R boost_1_55_0 /usr/local/
/usr/local/boost_1_55_0/의 bootstrap.sh 을 실행시킨다.
#./bootstrap.sh
실행 전 File list
INSTALL LICENSE_1_0.txt boost-build.jam boost.png bootstrap.bat doc index.html more status
Jamroot boost boost.css boostcpp.jam bootstrap.sh index.htm libs rst.css tools
실행 후 File List
INSTALL b2 boost-build.jam boostcpp.jam bootstrap.sh index.html project-config.jam tools
Jamroot bjam boost.css bootstrap.bat doc libs rst.css
LICENSE_1_0.txt boost boost.png bootstrap.log index.htm more status
아래의 명령으로 마무리
#./bjam link=static stage