Skip to content

Commit d7ea353

Browse files
authored
Update README.md
1 parent f465cec commit d7ea353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Build and/or simply download the Boost C++ Libraries for the Android platform, with Google's Ndk.
33

44
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.
5-
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 example 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 traget architecture differences), and even providing standard prebuilt binaries to get you started fast.
5+
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 traget architecture differences), and even providing standard prebuilt binaries to get you started fast.
66

77
Tested with **Boost 1.71.0** and **Google's Ndk 20** (current versions as of October 2019).
88

0 commit comments

Comments
 (0)