Boost
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
&tag(Boost);
*目次 [#ob407f45]
#contents
*参考情報 [#fd89e77c]
-[[Boost C++ Libraries:http://www.boost.org/]]
-[[./FAQ]]
*Boost 1.44.0 を Visual Studio 2010でビルド。 [#oc82f66d]
**参考情報 [#vaf2aa59]
-[[How to use Boost in Visual Studio 2010 - Stack Overflo...
**手順 [#mcb5ecff]
-http://www.boost.org/users/news/version_1_44_0から、boos...
-bootstrap.batを実行。
bootstrap.bat
-bjamを実行。x86用とx64用両方をビルドする場合stagedirを指...
bjam toolset=msvc-10.0 address-model=32 --build-type=com...
bjam toolset=msvc-10.0 address-model=64 --build-type=com...
-state\x86\lib、stage\x64\libの下にたくさんlibファイルが...
※注意点
-両方のライブラリをキープしたい場合、stagedirでディレクト...
-以下の方法だと32bit版のライブラリが64bit版のライブラリで...
bjam --toolset=msvc-10.0 --build-type=complete stage
bjam --toolset=msvc-10.0 --build-type=complete architect...
終了行:
&tag(Boost);
*目次 [#ob407f45]
#contents
*参考情報 [#fd89e77c]
-[[Boost C++ Libraries:http://www.boost.org/]]
-[[./FAQ]]
*Boost 1.44.0 を Visual Studio 2010でビルド。 [#oc82f66d]
**参考情報 [#vaf2aa59]
-[[How to use Boost in Visual Studio 2010 - Stack Overflo...
**手順 [#mcb5ecff]
-http://www.boost.org/users/news/version_1_44_0から、boos...
-bootstrap.batを実行。
bootstrap.bat
-bjamを実行。x86用とx64用両方をビルドする場合stagedirを指...
bjam toolset=msvc-10.0 address-model=32 --build-type=com...
bjam toolset=msvc-10.0 address-model=64 --build-type=com...
-state\x86\lib、stage\x64\libの下にたくさんlibファイルが...
※注意点
-両方のライブラリをキープしたい場合、stagedirでディレクト...
-以下の方法だと32bit版のライブラリが64bit版のライブラリで...
bjam --toolset=msvc-10.0 --build-type=complete stage
bjam --toolset=msvc-10.0 --build-type=complete architect...
ページ名: