Skip to content

Dependency library boost for system support APIs (as used in Open Peer C++ library)

Notifications You must be signed in to change notification settings

hookflash/obsolete.boost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Boost iOS/OSX compilation

C/CXX flags:

  • -std=gnu++11 -stdlib=libstdc++
  • -fvisibility=hidden -fvisibility-inlines-hidden

Framework

  • iOS universal build including: armv6/armv7/armv7s/i386 - needs latest XCode (4.6+)
  • OSX universal build including: i386/x86_64

Install

Run boost.sh on the project folder, it'll look for the Xcode by 'xcode-select' and pick up the latest iOS SDK by 'xcodebuild -showsdks' Currently, only a subset of libraries will be compilied (BOOST_LIBS)

Two frameworks will be generated under the ios/framework and osx/framework. When using it, link against the framework.

A few set of settings are in the front.

About

Dependency library boost for system support APIs (as used in Open Peer C++ library)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages