Skip to content

yourhive/boost-ios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boost.framework

Boost iOS framework you can simply drag into your app.


If you are lazy:

  1. Grab pre-built framework from Dist folder (boost 1.52.0).

To build please follow these simple steps:

  1. Get yourself a nice cup of coffee (tea should do as well)
  2. Update boost submodule:
    cd PROJECT_DIR
    git submodule init
    git submodule update --init --recursive
  3. Open boost-ios.xcodeproj
  4. Build boost.framework target
  5. Framework will be created in the project directory and is ready to use
  6. Enjoy!

####Please note:

Latest version of boost may not work with C++0x and LLVM out of the box.
If you run into trouble using the framework, please consider switching to C++98 or consult community at boost.org for possible fixes and/or workarounds.
Alternatively, you may want to try pulling some previous version of boost submodule and rebuilding the framework.

About

Boost iOS framework you can simply drag into your iOS app

Resources

Stars

0 stars

Watchers

8 watching

Forks

Packages

 
 
 

Contributors

Languages

  • C++ 100.0%