一、boost 編譯
1.下載編譯腳本 https://github.com/faithfracture/Apple-Boost-BuildScript
2.執(zhí)行編譯腳本
./boost.sh
./boost.sh -ios -tvos --boost-version 1.68.0
./boost.sh -macos --no-framework
生成的boost庫在build/boost/1.68.0/ios/release/build/中
二、boost源碼
1.63.0 以上版本 :https://boostorg.jfrog.io/artifactory/main/release/
1.63.0以下版本 :http://sourceforge.net/projects/boost/files/boost/
參考文章:
https://github.com/faithfracture/Apple-Boost-BuildScript