&tag(Boost);
*目次 [#ob407f45]
#contents
*参考情報 [#fd89e77c]
-[[Boost C++ Libraries:http://www.boost.org/]]

*Boost 1.44.0 を Visual Studio 2010でビルド。 [#oc82f66d]
**参考情報 [#vaf2aa59]
-[[How to use Boost in Visual Studio 2010 - Stack Overflow:http://stackoverflow.com/questions/2629421/how-to-use-boost-in-visual-studio-2010]]

**手順 [#mcb5ecff]
-http://www.boost.org/users/news/version_1_44_0から、boost_1_44_0.7zをダウンロードして展開。
-bootstrap.batを実行。
 bootstrap.bat
-bjamを実行。x86用とx64用。
 bjam --toolset=msvc-10.0 --build-type=complete stage
 bjam --toolset=msvc-10.0 --build-type=complete architecture=x86 address-model=64 stage. 
-state\libの下にたくさんlibファイルが作られ完成。


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS