1.下载解压boost1.69.0

VS2017安装编译boost1.69.0 64位静态库

2.打开VS2017的x64本机工具命令提示,cd进入boost根目录

VS2017安装编译boost1.69.0 64位静态库

3.输入bootstrap.bat

VS2017安装编译boost1.69.0 64位静态库

4.编译静态64位支持多线程的boost库

bjam --build-type=complete threading=multi link=shared address-model=64 

等待20~40分钟,具体看CPU性能,

VS2017安装编译boost1.69.0 64位静态库

ok,编译完成,自己按需求配置环境变量还是VS2017的配置文件。

相关文章:

  • 2022-01-21
  • 2021-05-04
  • 2021-12-20
  • 2021-07-02
  • 2022-12-23
  • 2021-04-19
  • 2022-12-23
  • 2021-09-14
猜你喜欢
  • 2021-04-18
  • 2021-06-30
  • 2021-04-29
  • 2021-07-17
  • 2022-01-09
  • 2021-06-08
  • 2021-11-27
相关资源
相似解决方案