Skip to content

Instantly share code, notes, and snippets.

View npiegdon's full-sized avatar

Nicholas Piegdon npiegdon

View GitHub Profile
@npiegdon
npiegdon / boost.sh
Last active December 2, 2015 19:12 — forked from faithfracture/boost.sh
Boost build script for iOS (armv7, armv7s, arm64), iOS Simulator (i386, x86_64), and OSX (i386, x86_64)
# Builds a Boost framework for the iPhone, iPhone Simulator, and OSX.
# Creates a set of universal libraries that can be used on an iPhone and in the
# iPhone simulator. Then creates a pseudo-framework to make using boost in Xcode
# less painful.
#
# To configure the script, define:
# BOOST_LIBS: which libraries to build
# IPHONE_SDKVERSION: iPhone SDK version (e.g. 8.1)
# IPHONE_MINVERSION: iPhone build target (e.g. 7.0)
# OSX_SDKVERSION: OSX SDK version (e.g. 10.10)