博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
install and compile boost for windows
阅读量:5352 次
发布时间:2019-06-15

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

Download boost from  or sourceforge .

Most of the time we needn't compile boost, except it's thread, date-time, file-system,regex, signals, serialization, , python, and graph+graphviz.

If we want to use such components above, we need compile it. Reference to 

1.Download BOOST.jam+BOOST.Build from

2.Copy bjam.exe to the position same to boost's libs directory. 

write an batch file called bjam.bat,

       bjam.exe "-sVC80_ROOT=C:\Program Files (x86)\VC" -sTOOLS=vc-9_0 toolset=msvc            install

       pause

3.It will install boost at a default position c:\boost.

If build fails, just read  carefully.

转载于:https://www.cnblogs.com/liangjin/p/3250324.html

你可能感兴趣的文章
Lucene全文检索
查看>>
awk工具-解析1
查看>>
推荐一款可以直接下载浏览器sources资源的Chrome插件
查看>>
CRM product UI里assignment block的显示隐藏逻辑
查看>>
AMH V4.5 – 基于AMH4.2的第三方开发版
查看>>
Web.Config文件配置之配置Session变量的生命周期
查看>>
mysql导入source注意点
查看>>
linux下编译安装nginx
查看>>
ArcScene 高程不同的表面无法叠加
查看>>
[ONTAK2010] Peaks
查看>>
DLL 导出函数
查看>>
windows超过最大连接数解决命令
查看>>
12个大调都是什么
查看>>
angular、jquery、vue 的区别与联系
查看>>
参数范围的选择
查看>>
使用 MarkDown & DocFX 升级 Rafy 帮助文档
查看>>
THUPC2019/CTS2019/APIO2019游记
查看>>
Nodejs Express模块server.address().address为::
查看>>
4.3.5 Sticks (POJ1011)
查看>>
POJ 2960 S-Nim 博弈论 sg函数
查看>>