使用boost序列化库在VC ++ 2010项目 [英] Use Boost Serialization Library in VC++ 2010 Project

查看:132
本文介绍了使用boost序列化库在VC ++ 2010项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经下载了最新版本的升压包(1.45)的,我会在我的VC ++ 2010项目只使用序列化库。我试图了解我如何编译库,并使用它,但我不明白...有人可以帮助我编译和使用序列化库?

i've downloaded the latest version of Boost Package (1.45) and I would use only the serialization library in my VC++ 2010 project. I tried to understand how can i compile that library and use it but i don't understand... Can someone help me to compile and use the serialization library?

推荐答案

除非您特别需要升压1.45(或64位二进制文​​件),你可以从Boostpro(专业咨询获得pre-编译boost库安装boost.org的翼): http://www.boostpro.com/download/

Unless you specifically require Boost 1.45 (or 64-bit binaries), you can get the pre-compiled boost library installers from Boostpro (the professional consulting wing of boost.org): http://www.boostpro.com/download/

如果你确实需要建设1.45,则需要按照说明一个简单的二进制编译:

If you do need to build 1.45, you will need to follow the instructions for a simple binary build:

从:<一href=\"http://www.boost.org/doc/libs/1_45_0/more/getting_started/windows.html#or-simplified-build-from-source\" rel=\"nofollow\">http://www.boost.org/doc/libs/1_45_0/more/getting_started/windows.html#or-simplified-build-from-source

获取源$ C ​​$ C,解压到某个地方,打开Visual Studio 2010的命令提示符,然后导航到该目录,然后键入以下命令:

Get the source code, unzip it somewhere, open a Visual Studio 2010 command prompt, and navigate to that directory, and type in these commands:

(以下简称>表示提示符)

(the '>' means the prompt)

> bootstrap
> bjam

这篇关于使用boost序列化库在VC ++ 2010项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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