zoukankan      html  css  js  c++  java
  • 编译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



    _________________________________________________________________________________________________________________________________________________
    每一个不曾起舞的日子,都是对生命的辜负。
    But it is the same with man as with the tree. The more he seeks to rise into the height and light, the more vigorously do his roots struggle earthward, downward, into the dark, the deep - into evil.
    其实人跟树是一样的,越是向往高处的阳光,它的根就越要伸向黑暗的地底。----尼采
  • 相关阅读:
    hdu4549 M斐波那契数列(矩阵快速幂+费马小定理)
    E. 因数串(EOJ Monthly 2020.7 Sponsored by TuSimple)
    2019春总结作业
    大一下半年学期总结
    ball小游戏
    贪吃蛇
    链接远程仓库
    git自动上传脚本及基本代码
    模板 --游戏
    飞机小游戏
  • 原文地址:https://www.cnblogs.com/leoking01/p/14432777.html
Copyright © 2011-2022 走看看