兵马逐浪去,将象入海流。炮声震心动,惊起卧龙游。
我的博客园主页 --------- 我的知乎主页 --------- 我的github主页 --------- 我的csdn主页 --------- 我的新浪微博

编译boost 利用vs2015

 

 

#编译

bjam stage --toolset=msvc-14.0 architecture=x64 address-model=64 --without-graph --without-graph_parallel --stagedir="E:/boostAll/boost1660Vs2015X64" link=shared runtime-link=shared runtime-link=static threading=multi debug release


#编译
b2.exe --prefix=E:/boostAll/boost1660Vs2015X64        --build-type=complete --build-dir=build_tmp toolset=msvc-14.0 address-model=64   link=shared runtime-link=shared runtime-link=static threading=multi debug release     stage
#安装
b2.exe --prefix=E:/boostAll/boost1660Vs2015X64Install --build-type=complete --build-dir=build_tmp toolset=msvc-14.0 address-model=64   link=shared runtime-link=shared runtime-link=static threading=multi debug release  install



posted @ 2021-02-22 20:47  leoking01  阅读(97)  评论(0编辑  收藏  举报
#back-to-top { background-color: #00CD00; bottom: 0; box-shadow: 0 0 6px #00CD00; color: #444444; padding: 10px 10px; position: fixed; right: 50px; cursor: pointer; }