From 3d55a809493d241cd7d4c3bec5ef8c519aebad42 Mon Sep 17 00:00:00 2001 From: declan Date: Fri, 31 Jan 2020 15:43:34 +0100 Subject: [PATCH] updated tested versions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb5f1ac82..d1e393593 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Build and/or simply download the Boost C++ Libraries for the Android platform, w The [Boost C++ Libraries](http://www.boost.org/), are possibly *the* most popular and generally useful c++ libraries. It would be nice to be able to use them when developing (native c++ or hybrid java/c++ with Google's [Ndk](https://developer.android.com/ndk/)) apps and/or libraries for Android devices. The Boost libraries are written to be cross platform, and are available in source code format. However, building the libraries for a given target platform like Android can be very difficult and time consuming. (In particular, building **arm64_v8a** shared libraries that an application can actually load). This project aims to lower the barrier by offering a simple customizable build script you can use to build Boost for Android (abstracting away all the details of the underlying custom boost build system, and target architecture differences), and even providing standard prebuilt binaries to get you started fast. -Tested with **Boost 1.71.0** and **Google's Ndk 20** (current versions as of October 2019). +Tested with **Boost 1.72.0** and **Google's Ndk 21** (current versions as of February 2020). You can build directly on a Linux machine, or indirectly on any of Linux, Windows, MacOS via [docker](https://www.docker.com) (or of course virtual machines). _No matter what OS you use to build with, the resulting binaries can then be copied to any other, and used from then on as if you had built on there to start with (theyre cross compiled *for* android and have no memory of *where* they were built_).