Boost-iOS icon indicating copy to clipboard operation
Boost-iOS copied to clipboard

Xcode project for building Boost C++ libraries as a static library target for iOS

Boost for iOS, the Easy Way

  1. Add this folder to your project directory
  2. Extract a Boost distribution (i.e. boost_1_49_0.tar.bz2) to this folder; or direct the symlinks boost and libs to where you keep it
  3. Add the project to your Xcode workspace
  4. Add Boost-iOS/ to your search path
  5. Use Boost C++ libraries to Get Stuff Done