zoukankan      html  css  js  c++  java
  • 使用MinGW编译Boost

    1、下载Boost(http://www.boost.org) 
    我目前用的是1.61.0版本

    2、将MinGW下的bin目录完整路径设置到系统环境变量Path中,保证cmd命令行能找到gcc,g++等命令。

    3、cmd进入到boost目录下面,执行"bootstrap.bat gcc",目录下会生成一个b2.exe

    4、执行b2.exe开始编译。可以根据自身需要执行不同的编译命令,比如: 
    bjam.exe stage –toolset=gcc –with-exception –with-locale –with-program_options –stagedir=E:Boost1.61mingw610 link=static runtime-link=static

    其他更多编译参数自行上网查询。

    http://blog.csdn.net/aqtata/article/details/51780432

  • 相关阅读:
    2018ddctf wp
    装饰器
    python作用域
    闭包
    迭代器
    ord() expected string of length 1, but int found
    pygm2安装问题
    elf逆向入门
    【POJ
    【POJ
  • 原文地址:https://www.cnblogs.com/findumars/p/6702164.html
Copyright © 2011-2022 走看看