如何找出依赖(即其他Boost库)特定Boost库要求? [英] How to find out what dependencies (i.e other Boost libraries) a particular Boost library requires?

查看:112
本文介绍了如何找出依赖(即其他Boost库)特定Boost库要求?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有关任何C ++ Boost库,怎么能找出Boost库(IES)它需要?

For any C++ Boost library, how can one find out which Boost library(ies) it requires ?

例如(不是必要的工作示例虽然):Boost库测试要求Boost库DATE_TIME

Example (not necessary a working example though): Boost library "test" requires Boost library "date_time".

问候,

推荐答案

提振带有收集库的依赖关系的工具。

boost comes with a tool to gather the dependencies of a library.

这就是所谓的 BCP 。如果你只是想要的文件列表,你必须使用--list选项。

It is called bcp. If you just want a list of files, you have to use the --list option.

这篇关于如何找出依赖(即其他Boost库)特定Boost库要求?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆