【发布时间】:2012-11-22 04:15:09
【问题描述】:
我正在尝试按照说明编译 Boost 的 单元测试框架(请参阅 http://www.boost.org/doc/libs/1_52_0/libs/test/doc/html/utf/compilation/standalone.html 的 独立编译部分)。
但我在输入 bjam [-sTOOLS=] {-sBUILD=boost_unit_test_framework} 时收到消息 'bjam' is not Recognized as an internal or external command, operable program or batch file 同时进入 Windows shell,这正是文档所读到的内容。
难道没有一个技巧,比如现在必须使用命令 b2 而不是 bjam?
任何帮助将不胜感激。
【问题讨论】:
标签: boost compilation