标签: boost
我有一个小项目,只使用Boost库中的boost::interprocess部分。
boost::interprocess
是否有一种简单的方法可以仅为库的那一部分提取所有需要的文件?
答案 0 :(得分:6)
使用Boost BCP实用程序。要仅提取interprocess,您可以使用:
interprocess
$ mkdir /tmp/interprocess #bcp needs this $ bcp interprocess /tmp/interprocess
将进程间和依赖项复制到/tmp/interprocess。
/tmp/interprocess