Coder Social home page Coder Social logo

michaelhenry / apple-boost-buildscript Goto Github PK

View Code? Open in Web Editor NEW

This project forked from faithfracture/apple-boost-buildscript

1.0 3.0 0.0 66 KB

Script for building Boost for Apple platforms (iOS, iOS Simulator, tvOS, tvOS Simulator, OS X)

Shell 100.00%

apple-boost-buildscript's Introduction

Apple-Boost-BuildScript

Script for building Boost for Apple platforms (iOS, iOS Simulator, tvOS, tvOS Simulator, OS X)

This is a new location for my previous GIST: https://gist.github.com/faithfracture/c629ae4c7168216a9856

Builds a Boost framework for iOS, iOS Simulator, tvOS, tvOS Simulator, and macOS. Creates a set of universal libraries that can be used on iOS/tvOS/macOS and in the iOS/tvOS simulators. Then creates a pseudo-framework to make using boost in Xcode less painful.

To configure the script, define:

   BOOST_VERSION:    Which version of Boost to build (e.g. 1.58.0)
   BOOST_VERSION2:   Same as BOOST_VERSION, but with _ instead of . (e.g. 1_58_0)
   BOOST_LIBS:       Which Boost libraries to build
   IOS_SDK_VERSION:  iOS SDK version (e.g. 9.0)
   MIN_IOS_VERSION:  Minimum iOS Target Version (e.g. 8.0)
   TVOS_SDK_VERSION: tvOS SDK version (e.g. 9.2)
   MIN_TVOS_VERSION: Minimum tvOS Target Version (e.g. 9.2)
   MACOS_SDK_VERSION:  macOS SDK version (e.g. 10.11)
   MIN_MACOS_VERSION:  Minimum macOS Target Version (e.g. 10.10)

If a boost tarball (a file named “boost_$BOOST_VERSION2.tar.bz2”) does not exist in the current directory, this script will attempt to download the version specified by BOOST_VERSION2. You may also manually place a matching tarball in the current directory and the script will use that.

usage: ./boost.sh [{-ios,-tvos,-macos} ...] options

Run ./boost.sh -h for descriptions of all options.

apple-boost-buildscript's People

Contributors

blloyd75 avatar faithfracture avatar mathplayer avatar mbendiksen avatar michaelhenry avatar mobileben avatar netromdk avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.