2010-01-27 22 views
4

我有一個小項目,即只使用boost庫中的boost :: interprocess部分。如何提取進程間進程庫?

有沒有簡單的方法來提取所有需要的文件只爲圖書館的那部分?

在此先感謝

回答

6

你有沒有進去看了升壓bcp效用?

要只能提取interprocess,你可以使用:

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

此副本和依賴於/tmp/interprocess

+0

非常感謝。我想我是盲目的,因爲我沒有發現任何有關該工具的信息 – 2010-01-28 10:36:48