Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
danoli3 committed Dec 18, 2015
1 parent 065fc43 commit 2c91cc3
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#ofxiOSBoost for Boost 1.59.0 [![image](https://travis-ci.org/danoli3/ofxiOSBoost.svg?branch=master)](https://travis-ci.org/danoli3/ofxiOSBoost?branch=master)
#ofxiOSBoost for Boost 1.60.0 [![image](https://travis-ci.org/danoli3/ofxiOSBoost.svg?branch=master)](https://travis-ci.org/danoli3/ofxiOSBoost?branch=master)
--------------------


### Boost C++ Libraries 1.59.0 Pre-compiled for iOS
### Boost C++ Libraries 1.60.0 Pre-compiled for iOS
![image](https://github.com/danoli3/ofxiOSBoost/blob/master/ofxaddons_thumbnail.png)

- Addon with Boost 1.59.0 for iOS / Xcode
- Addon with Boost 1.60.0 for iOS / Xcode
- Precompiled library and Command to build yourself
- Master is currently a Fat Lib of All Standard Architectures
- Check Branches for others or to be specific
Expand Down Expand Up @@ -57,6 +57,12 @@ Check Apple's Hardware sheet if you need to verify: [Apple's Device compatibilty

============


### For tvOS - Checkout the ofxtvOSBoost repo:
- https://github.com/danoli3/ofxtvOSBoost

============

### How to Build?

1. You don't need to. This has the pre-compiled versions of BOOST for you to use
Expand All @@ -69,7 +75,7 @@ Check Apple's Hardware sheet if you need to verify: [Apple's Device compatibilty


- Download files (suggested you download the files to addons/ofxiOSBoost for openFrameworks)
- Double click and run ```scripts/build-libc++``` (this will download the 1.59.0 version of boost and begin compiling the library).
- Double click and run ```scripts/build-libc++``` (this will download the 1.60.0 version of boost and begin compiling the library).
- Once completed in the terminal continue with the next steps.
- Add the ofxiOSBoost to your project (src and libs for your chosen architecture)`

Expand All @@ -86,13 +92,13 @@ Check Apple's Hardware sheet if you need to verify: [Apple's Device compatibilty

============

#### Documentation on Boost 1.59.0
#### Documentation on Boost 1.60.0


See: http://www.boost.org/users/history/version_1_59_0.html
See: http://www.boost.org/users/history/version_1_60_0.html


### Version 1.59.0 (Date): August 13th, 2015
### Version 1.60.0 (Date): December 17th, 2015 15:52 GMT

============

Expand Down

0 comments on commit 2c91cc3

Please sign in to comment.