How to build Boost-Libraries for iPhone

前端 未结 4 1816
日久生厌
日久生厌 2020-12-03 01:50

Can someone tell me, where to find a detailed guide, how to build the Boost-Libraries for using it on the iPhone-Device.

I\'ve allready build the libs for Mac and ca

4条回答
  •  一生所求
    2020-12-03 02:07

    Hey I have updated Pete Goodliffes script in my openFrameworks addon:

    • It currently has arm64, armv7, i386, x86_64
    • Boost 1.59.0 or previous
    • libc++ / std=c++11 -- Now optional release for libstdc++
    • Precompiled and Script to build yourself (so if you need libstdc++ quite easy to change)
      • Supports Xcode 7

    [https://github.com/danoli3/ofxiOSBoost][1]

提交回复
热议问题