升压的64位版本的64位Windows [英] 64-bit version of Boost for 64-bit windows

查看:106
本文介绍了升压的64位版本的64位Windows的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有VS2008版本的64位Boost库的?
还是我编译一个自己?如果是这样,没有任何人有经验吗?

Is there a version of 64-bit Boost library for VS2008 ? Or do I have to compile one myself? if, so, does anyone have experience with it?

推荐答案

作为一个简短的回答:

bjam --toolset=msvc-9.0 address-model=64 --build-type=complete

作为一个较长的答案,这里是我对于具有相同层次VS .NET 2008的32位和64位Boost库(这是我怀疑一个普通的用例)构建说明:

As a longer answer, here are my build notes for having VS .NET 2008 32-bit and 64-bit boost libraries in the same hierarchy (which is I suspect a common use case):


  1. 构建win32程序

  1. Build the win32 binaries

bjam --toolset=msvc-9.0 --build-type=complete stage


  • 创建lib目录\\ WIN32

  • Create the directory lib\win32

    生成二进制64

    bjam --toolset=msvc-9.0 address-model=64 --build-type=complete stage
    


  • 创建目录的lib \\ 64

  • Create the directory lib\x64

    这篇关于升压的64位版本的64位Windows的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

  • 查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆