Building Boost for Android from Windows
Posted on Sat 12 January 2019 in Review
Here are some up to date instructions on building static boost libraries for Android from Windows.
Step 1
Run bootstrap.bat
and add the following to project-config.jam
. Note androidNDKRoot
points to where I've installed the NDK Bundle.
androidNDKRhoot = /Craftwork/Android/sdk/ndk-bundle ;
using clang : arm64
:
$(androidNDKRoot)/toolchains/llvm/prebuilt …
Continue reading