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.
    其实人跟树是一样的,越是向往高处的阳光,它的根就越要伸向黑暗的地底。----尼采
  • 相关阅读:
    数据库事务查看
    在SQL中删除重复记录(多种方法)
    OO设计原则
    NHibernate开源框架Cuyahoga学习之权限映射
    链队列的实现
    二叉树的实现
    NHibernate.cfg.xml文件配置
    HQL查询实例
    对象枚举遍历实现二
    NHibernate开源框架Cuyahoga学习之数据访问泛型约束的实现
  • 原文地址:https://www.cnblogs.com/leoking01/p/14432777.html
Copyright © 2011-2022 走看看