1. 程式人生 > >使用bcp工具分離boost庫

使用bcp工具分離boost庫

1. 命令列進入下載的boost包的根目錄
2. bootstrap.bat,得到bjam.exe
3. bjam tools/bcp,在dist\bin目錄下會得到bcp.exe

使用bcp工具就可以分離出想要的檔案了,例如

dist\bin\bcp shared_ptr.hpp c:\boostX

參考資料: