简体   繁体   English

如何使用bjam构建boost示例?

[英]How do I build boost examples with bjam?

Boost library is full of examples and tests and I would like to build them using bjam if possible. Boost库充满了示例和测试,如果可能的话我想用bjam构建它们。

How do I build boost examples with bjam? 如何使用bjam构建boost示例?

PS. PS。 I wasn't able to locate proper documentation for this option. 我无法找到此选项的正确文档。

It depends on the library. 这取决于图书馆。 Most of them run the examples from the test directory. 他们中的大多数都运行测试目录中的示例。 Others from the example directory. 其他来自示例目录。

Go to the lib test or example directory where there is a Jamfile and do just 转到带有Jamfile的lib测试或示例目录,然后执行

bjam

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM