Boost:MinGW编译Boost:修订间差异
imported>Soleverlee 以“<source lang="bash"> cd boost_1_59_0 bootstrap gcc .\b2 "toolset=gcc" stage </source> Category:Programe”为内容创建页面 |
imported>Soleverlee 无编辑摘要 |
||
第1行: | 第1行: | ||
MinGW编译: | |||
<source lang="bash"> | <source lang="bash"> | ||
cd boost_1_59_0 | cd boost_1_59_0 | ||
第5行: | 第6行: | ||
</source> | </source> | ||
MSVC编译: | |||
打开VS命令提示符,运行: | |||
<source lang="bash"> | |||
cd boost_1_59_0 | |||
bootstrap | |||
.\b2 stage | |||
</source> | |||
[[Category:Programe]] | [[Category:Programe]] |
2015年9月25日 (五) 08:08的最新版本
MinGW编译:
cd boost_1_59_0
bootstrap gcc
.\b2 "toolset=gcc" stage
MSVC编译: 打开VS命令提示符,运行:
cd boost_1_59_0
bootstrap
.\b2 stage