*visual studio가 미리 설치 되어있어야한다
1. 아래 사이트에서boost를 최신버전으로 받아서 압축을 해제한다
2. 압축을 해제한 폴더로 들어간 후 bootstrap.bat 실행
b2.exe 생성을 확인할 수 있다.
3. cmd를 통하여 관리자권한으로 접근후 b2를 아래의 옵션으로 실행
b2 toolset=msvc-14.0 variant=debug,release link=static threading=multi address-model=32 runtime-link=shared
http://www.viper.pe.kr/cgi-bin/moin.cgi/Boost
비주얼 C++ .NET 2002 (7.0) | 13.00 | 2002년 | 1300 | 7.0 | 1.0 | X86 |
비주얼 C++ .NET 2003 (7.1) | 13.10 | 2003년 | 1310 | 7.1 | 1.1 | X86, AMD64 |
비주얼 C++ 2005 (8.0) | 14.00.50727.762 | 2005년 | 1400 | 8.0 | 2.0 | X86, AMD64, 아이테니엄 |
비주얼 C++ 2008 (9.0) | 15.00.30729.01 | 2007년 | 1500 | 9.0 | 3.5 | X86, AMD64, 아이테니엄 |
비주얼 C++ 2010 (10.0) | 16.00.40219.01 | 2010년 | 1600 | 10 | 4.0 | X86, AMD64, 아이테니엄 |
비주얼 C++ 2012 (11.0) | 17.00.60315.1 | 2012년 | 1700 | 11 | 4.5 | X86, AMD64, 아이테니엄, ARM |
비주얼 C++ 2013 (12.0) | 18.0.21005.1 | 2013년 | 1800 | 12 | 4.5.1 | X86, AMD64, ARM |
비주얼 2015 14 와 동일
참조사이트
http://www.boost.org/
http://imssosso.tistory.com/16
http://think-async.com/Asio/CommercialSupport
완료시 다음과 같이 뜬다
The Boost C++ Libraries were successfully built!
The following directory should be added to compiler include paths:
C:\boost_1_61_0
The following directory should be added to linker library paths:
C:\boost_1_61_0\stage\lib
*opendnp3 라이브러리 사용시
asio필요
asio 사용시 boost있으면 바로 사용가능