Skip to content

Addon with Boost 1.55.0 for iOS / Xcode - Precompiled and Command to build yourself - Master is currently targeted for armv7 - Check Branches for others - Designed for use as an open frameworks addon, however should definitely work for other iOS projects

License

Notifications You must be signed in to change notification settings

chainone/ofxiOSBoost

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Addon with Boost 1.55.0 for iOS / Xcode - Precompiled and Command to build yourself - Master is currently targeted for armv7 - Check Branches for others - Designed for use as an open frameworks addon, however should definitely work for other iOS projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.9%
  • Other 0.1%