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.
    其实人跟树是一样的,越是向往高处的阳光,它的根就越要伸向黑暗的地底。----尼采
  • 相关阅读:
    安装TeX字体
    【数学】对数的底为什么不能为负数
    算法设计的要求
    Windows HTTP Services
    为什么分母不能为0
    循环小数怎样变分数
    在win7环境下批量修改文件权限
    算法复杂度的极限证明
    深入理解 【有理数】、【无理数】、【虚数】
    kettle连接sqlserver
  • 原文地址:https://www.cnblogs.com/leoking01/p/14432777.html
Copyright © 2011-2022 走看看