Skip to content

Commit

Permalink
updated readme to confirm working with lastest boost version (and ndk…
Browse files Browse the repository at this point in the history
… 17c)
  • Loading branch information
dec1 committed Sep 19, 2018
1 parent e943e68 commit 71c6643
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Build and/or simply download the [Boost C++ Libraries](http://www.boost.org/) for the Android platform, with Google's Ndk.

Tested with **Boost 1.67.0** and **Google's Ndk 17b** (current versions as of June 2018).
Tested with **Boost 1.68.0** and **Google's Ndk 17c** (current versions as of Aug 2018).



Expand All @@ -17,12 +17,12 @@ You can just use the [prebuilt binaries](./prebuilt/) (shared, clang/llvm) if yo

## Build Yourself
* Download the [boost source](https://www.boost.org) and extract to a directory of the form *..../major.minor.patch*
eg */home/declan/Documents/zone/mid/lib/boost/1.67.1*
eg */home/declan/Documents/zone/mid/lib/boost/1.68.0*

*__Note__:* After the extarction *..../boost/1.67.1* should then be the direct parent dir of "bootstrap.sh", "boost-build.jam" etc
*__Note__:* After the extarction *..../boost/1.68.0* should then be the direct parent dir of "bootstrap.sh", "boost-build.jam" etc

```
> ls /home/declan/Documents/zone/mid/lib/boost/1.67.1
> ls /home/declan/Documents/zone/mid/lib/boost/1.68.0
boost boost-build.jam boostcpp.jam boost.css boost.png ....
```

Expand Down

0 comments on commit 71c6643

Please sign in to comment.