开发者

How to extract the Boost interprocess library

I have a small project that is using only the boost::interprocess part from 开发者_C百科the Boost library.

Is there an easy way of extracting all needed files only for that part of the library?


Use the Boost BCP utility. To extract interprocess only, you could use:

$ mkdir /tmp/interprocess #bcp needs this
$ bcp interprocess /tmp/interprocess

This copies interprocess and dependencies to /tmp/interprocess.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜