99- Check Branches for others or to be specific
1010- Designed for use as an open frameworks addon, however should definitely work for other iOS projects
1111- Built with clang++ and using libc++ and std=c++11
12+ - Alternate release with libstdc++
1213- License: See Boost License [ LICENSE.MD] ( https://github.com/danoli3/ofxiOSBoost/blob/master/LICENSE.md )
1314
1415============
@@ -37,7 +38,6 @@ If not openFrameworks just add the ``` libs/boost/include ``` to Header Search P
3738============
3839
3940### Architectures in Pre-Build Library (Fat Lib)
40- See the other branches on this repository (All libc++ std=c11)
4141
4242- arm64 : (iOS 7, 8 64bit only) [ iPhone 5S, iPhone 6, iPhone 6 Plus, iPad Air, Retina iPad Mini]
4343- armv7s : (iOS 6-7) [ iPhone 5, iPhone 5c, iPad 4]
@@ -60,9 +60,15 @@ See the other branches on this repository (All libc++ std=c11)
6060
6161
6262- Download files (suggested you download the files to addons/ofxiOSBoost for openFrameworks)
63- - Double click and run scripts/build.command (this will download the 1.56.0 version of boost and begin compiling the library).
63+ - Double click and run ``` scripts/build-libc++ .command ``` (this will download the 1.56.0 version of boost and begin compiling the library).
6464- Once completed in the terminal continue with the next steps.
65- - Add the ofxiOSBoost to your project (src and libs for your chosen architecture)
65+ - Add the ofxiOSBoost to your project (src and libs for your chosen architecture)`
66+
67+ #### Alternative Build Script:
68+ - Build using libstdc++ by running the ``` scripts/build-libstdc++.command ```
69+
70+ #### Clean script
71+ - Run the clean script from ``` scripts/cleanAll.command ``` to remove pre-compiled code and the final built library
6672
6773
6874
0 commit comments