开发者

How to extract the Boost interprocess library

开发者 https://www.devze.com 2022-12-18 02:59 出处:网络
I have a small project that is using only the boost::interprocess part from 开发者_C百科the Boost 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

精彩评论

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

关注公众号