【发布时间】:2013-07-14 03:04:56
【问题描述】:
我正在尝试在带有 Windows 的 Eclipse 中使用带有 Android ndk 的 boost 库。我试着关注this tutorial
我被 cygwin 中的“bjam”命令卡住了。
bjam --without-python --without-serialization toolset=gcc-android4.4.3 link=static runtime-link=static target-os=linux --stagedir=android
错误:找不到 bjam 命令。
什么是bjam?我也沿 ndk r8e 使用了 boost 1.53。有人可以帮我解决这个问题吗?
【问题讨论】:
标签: android c++ boost android-ndk boost-build