Menu

윈도우 64비트용 boost build

2016. 1. 5. 18:01

냥쿤이 Boost

1. boost 다운로드

2. 압축해제

3. bootstrap.bat  실행

4. b2 toolset=msvc-12.0 --build-type=complete --abbreviate-paths architecture=x86 address-model=64 --build-dir=c:\boost install -j4      :: 실행


옵션에 대해서 설명

toolset = msvc-12.0 :  비쥬얼스튜디오 2013 버전일 경우 12.0  2012 일경우 11.0
--build-type = 전부를 설치할경우 complete (디버그, 릴리즈용 모두 포함)
address-model = 윈도우즈 64bit, 32bit 용 구분
--build-dir = 빌드될 경로


참고 사이트

http://mindgear.tistory.com/203

'Boost' 카테고리의 다른 글

boost Mutex  (0) 2016.10.11
Boost Library 를 MinGW 로 셋팅  (0) 2015.12.06