我想安装编译Boost 1.61与clang 3.6 for
android与NDK 11,但是这个软件:
https://github.com/moritz-wundke/Boost-for-Android没有更新,不支持这个版本.
我想知道是否有人成功了!
谢谢 !
解决方法
对我来说是这样的
>我创建了一个clang Standalone Toolchain https://developer.android.com/ndk/guides/standalone_toolchain.html
>我将PATH设置为PATH = / your / path / ndk / toolchain / bin
>运行./bootstrap.sh –with-toolset = clang
> ./b2 toolset = clang cxxflags =“ – stdlib = libc”threading = multi threadapi = pthread link = shared runtime-link = shared -j 6
>我把它与我的项目联系起来
我看过这些页面
Compile and use boost for Android NDK R10e
http://nolimitsdesigns.com/game-design/how-to-build-boost-for-the-android-ndk-llvm/