博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
5 Prepare to Use a Boost Library Binary
阅读量:7157 次
发布时间:2019-06-29

本文共 1160 字,大约阅读时间需要 3 分钟。

If you want to use any of the separately-compiled Boost libraries, you'll need to acquire library binaries.

The installers supplied by BoostPro Computing will download and install pre-compiled binaries into the lib\ subdirectory of the boost root, typically C:\Program Files\boost\boost_1_50_0\lib\. If you installed all variants of the binary, you're done with this step. Otherwise, please run the installer again and install them now.

If you wish to build from source with Visual C++, you can use a simple build procedure described in this section. Open the command prompt and change your current directory to the Boost root directory. Then, type the following commands:

bootstrap.\b2

The first command prepares the Boost.Build system for use. The second command invokes Boost.Build to build the separately-compiled Boost libraries. Please consult the for a list of allowed options.

If you're using an earlier version of Visual C++, or a compiler from another vendor, you'll need to use to create your own binaries.

Boost.CMake

There is also an experimental CMake build for boost, supported and distributed separately. See the wiki page for more information.

转载地址:http://plhgl.baihongyu.com/

你可能感兴趣的文章
echart.gl.js实现动态3D柱状图
查看>>
游戏设计---游戏中战斗力计算方法(整理)
查看>>
Linux split 命令用法详解 - 切割文件[转]
查看>>
第三章 列表简介(一)
查看>>
数理统计知识点归纳
查看>>
Openstack组件实现原理 — OpenVswitch/Gre/vlan
查看>>
Javascript 笔记(4)----继承与原型链
查看>>
Spark MLib 基本统计汇总 2
查看>>
嵌套Dictionary的遍历与排序(按Key值)(二)
查看>>
AES - Rijndael 算法(三)
查看>>
第一冲刺阶段(第六天)
查看>>
AtCoder Regular Contest 100 C:Linear Approximation解题报告
查看>>
算法第3章上机实践报告
查看>>
Java 基础总结
查看>>
GC参考手册 —— GC 调优(工具篇)
查看>>
D3 入门笔记
查看>>
HTML5与移动端Web
查看>>
JAVA编程思想
查看>>
SVN
查看>>
Android访问中央气象台的天气预报API得到天气数据
查看>>