boost홈페이지에서, boost라이브러리 파일을 다운로드.
boost_1_47_0.tar.gz
압축해제 후
sudo ./boostraph.sh
아래 실행.
sudo ./b2
The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
/home/sikim/sample_code/books/boost_1_47_0
The following directory should be added to linker library paths:
/home/sikim/sample_code/books/boost_1_47_0/stage/lib
./bjam으로 인스톨한다.
/usr/local로 인스톨된다.
boost_1_47_0.tar.gz
압축해제 후
sudo ./boostraph.sh
아래 실행.
sudo ./b2
The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
/home/sikim/sample_code/books/boost_1_47_0
The following directory should be added to linker library paths:
/home/sikim/sample_code/books/boost_1_47_0/stage/lib
./bjam으로 인스톨한다.
/usr/local로 인스톨된다.
Comments