Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.45 KB

README.md

File metadata and controls

36 lines (27 loc) · 1.45 KB

#ofxiOSBoost for Boost 1.55.0

###Boost C++ Libraries 1.55.0 Pre-compiled for iOS

License: See Boost License LICENSE.MD

================================================================================ How to use

  • Download files (suggested you download the files to addons/ofxiOSBoost for openFrameworks)

In Xcode Build Settings for your project:

  • Add to Library Search Paths: "$(SRCROOT)../../../addons/ofxiOSBoost/lib/"
  • Add to Header Search Paths: "$(SRCROOT)../../../addons/ofxiOSBoost/src"

In Xcode Build Phases

  • Add the libs in the addons/ofxiOSBoost/lib/ directory to Link Binary With Libraries

  • Enjoy boost :)

================================================================================ Other architectures for iOS

See the other branches on this repository

  • arm64 : 1.55.0 built for arm64 (iOS 7 64bit only) [iPhone 5s +]
  • armv7s : 1.55.0 built for armv7s (iOS 6+)
  • armv7 : Clone of master - (iOS 5, 6, 7+)
  • armv6 : 1.55.0 built for armv6 (iOS 4+)

================================================================================ Documentation on Boost 1.55.0

See: http://www.boost.org/users/history/version_1_55_0.html