Simple build script for Poco C++ library. Supports build for Android, iOS and Mac OS.
build.sh pocoVer iOS_Ver (ALL|Mobile|iOS|Android|MacOS) [CLEAN|CLEAN-ONLY]
e.g ./build.sh 1.4.6p 6.1 Mobile CLEAN
The output in build/
Depends on Xcode's build system (see Platform/iOS/build_ios.sh) and Android's NDK ( you can add a standalone toolchain like the one in Platform/Android/toolchain/bin to your PATH).
Poco C++ Library: http://pocoproject.org/
Android NDK: http://developer.android.com/tools/sdk/ndk/index.html