- 问题:
-
git clone boost来自Github的主分支的最新源代码。我试着建造但失败了
$ ./bootstrap.sh
./bootstrap.sh: line 188: ./tools/build/src/engine/build.sh: No such file or directory
-n Building Boost.Build engine with toolset ...
Failed to build Boost.Build build engine
Consult 'bootstrap.log' for more details的内容引导程序.log
1/引导程序.sh:第218行:cd:./tools/build/src/engine:没有这样的文件或目录
问题:
-n建筑物推进。建造使用工具集的引擎。。。在
但是,
引导程序.sh
没有-n
选项我的开发环境:
- 答案:
-
直接从Git repo构建的当前文档位于Getting Started. 基本上有一些额外的步骤来创建include目录树并运行构建本身。注意,请确保从克隆的repo中使用
b2
命令。不是你在你的系统中预先构建的
![]() |
![]() |
![]() |