C++ Boost 라이브러리의 설치 방법을 소개한다.
윈도우에서 Boost 라이브러리를 사용하는 방법:
. www.boostpro.com에서 미리 빌드한 boost 라이브러리를 배포하고 있으니 참고 바란다.
리눅스에서 Boost 라이브러리를 사용하는 방법:
. 우분투: apt-get 으로 걍 내려받는다.
임베디드 리눅스:
. 크로스 컴파일을 하고싶다면, 다음 사이트를 참고한다.
http://www.boost.org/doc/libs/1_47_0/doc/html/bbv2/tasks.html#bbv2.tasks.crosscompile
The Boost C++ Libraries BoostBook Documentation Subset --> Part II. Boost Tools -->Chapter 35. Boost.Build V2 User Manual --> Common tasks