#author("2017-11-18T12:18:18+09:00","default:wikiwriter","wikiwriter")
#author("2017-11-26T18:06:57+09:00","default:wikiwriter","wikiwriter")
&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ファイルが作られ完成。

※両方のライブラリをキープしたい場合、stagedirでディレクトリを指定しないとだめ?[[VS 2013 で boost 1.55.0 の 32 / 64 ビット版をビルド - Qiita:https://qiita.com/softgate/items/75f123f01ccdee6d36d0]]


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