블로그 이미지
fiadot_old

칼퇴근을 위한 게임 서버 개발 방법론에 대한 심도있는 고찰 및 성찰을 위한 블로그!

Rss feed Tistory
Technical Article 2012. 2. 27. 20:51

Boost::ASIO 사용을 위한 1.48.0 빌드 (VS2005)

다운 & 압축해제
http://boost.org

bjam, b2 빌드
 D:\Vendor 경로 기준

cd D:\Vendor\boost_1_48_0\tools\build\v2

bootstrap.bat

b2 install --prefix=D:\Vendor\boost_1_48_0

set path=%path%;D:\Vendor\boost_1_48_0\bin



 boost 빌드

cd D:\Vendor\boost_1_48_0

bjam --toolset=msvc --build-type=complete --with-system --with-thread --with-date_time --with-regex --with-serialization stage


D:\Vendor\boost_1_48_0\bin.v2\libs 
*.lib 파일 적당한(?)곳에 복사 후 사용



기타
vs2010, vs2005가 둘다 설치되어 있으면 vs2010으로만 빌드가 됨 ㅡㅡ;;
환경변수 때문인듯 한데... 아시는분은 답글 좀 달아주세요 ^^;





,
TOTAL TODAY