閉じる

boost 1.51.0

2922-0.log
./bootstrap.sh
./bjam --layout=versioned --without-mpi --without-python link=static runtime-link=static release install

2012/10/30追記

Visual Sutdio 2012 Expressを入れたので boostのビルドをしてみる。

2922-1.bat
:Windows7 x64上で x86な VC2012Expressにて x86なライブラリを作る
call "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x86
call bootstrap.bat
bjam --toolset=msvc-11.0 --prefix=..\boost_32 --without-mpi --without-python link=static runtime-link=static release debug install

:Windows7 x64上で x86な VC2012Expressにて x64なライブラリを作る
:製品版を持っているなら素直に amd64でいいかと
call "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x86_amd64
call bootstrap.bat
bjam --toolset=msvc-11.0 address-model=64 --prefix=..\boost_64 --without-mpi --without-python link=static runtime-link=static release debug install

コメントを残す

メールアドレスが公開されることはありません。必須項目には印がついています *

日本語が含まれない投稿は無視されますのでご注意ください。(スパム対策)