摘抄自:https://github.com/dec1/Boost-for-Android
Many of the boost libraries (eg. algorithm) can be used as "header only" ie do not require compilation . So you may get away with not building boost if you only want to use these. To see which of the libraries do require building you can switch to the dir where you extracted the boost download and call:
./bootstrap.sh --show-libraries