加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
boost库编译 450 Bytes
一键复制 编辑 原始数据 按行查看 历史
AaronZhang 提交于 2018-10-12 14:09 . Create boost库编译
https://www.boost.org/doc/libs/1_68_0/more/getting_started/windows.html
1. add mingw64 bin path to Env Path
Go to the directory tools\build\.
Run bootstrap.bat
Run b2 install --prefix=PREFIX where PREFIX is the directory where you want Boost.Build to be installed
Add PREFIX\bin to your PATH environment variable.
windows mingw64
.\b2.exe -j8 --build-dir=.\tmp --build-type=complete threading=multi link=shared address-model=64 toolset=gcc stage
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化