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.
    其实人跟树是一样的,越是向往高处的阳光,它的根就越要伸向黑暗的地底。----尼采
  • 相关阅读:
    for是个什么玩意
    面向对象 多态
    面向对象 接口
    面向对象oop
    面向对象基本
    java修饰符的作用范围
    static 关键字介绍
    JsonLayout log4j2 json格式输出日志
    多线程--Thread.join方法
    idea常用实用快捷键
  • 原文地址:https://www.cnblogs.com/leoking01/p/14432777.html
Copyright © 2011-2022 走看看