| 1 | = Ariba on Android = |
| 2 | |
| 3 | Running Ariba on Android platforms using the NDK is quite easy. We have ported the Ariba source accordingly so it currently works directly with the trunk version. Further we provide a set of scripts that simplfy set up of the NDK, patches to the SDK, and compiling scripts. |
| 4 | |
| 5 | Make sure you have ruby installed, it is required by the droid-wrapper scripts that we use. |
| 6 | |
| 7 | mkdir ariba-android |
| 8 | cd ariba-android |
| 9 | svn co https://i72projekte.tm.uka.de/SpoVNet-KA/entwicklung/ariba/trunk/ ./ariba |
| 10 | svn co https://i72projekte.tm.uka.de/SpoVNet-KA/entwicklung/tools/android ./toolchain |
| 11 | cd toolchain |
| 12 | ./get-ndk.sh |
| 13 | cd ../ariba |
| 14 | ./bootstrap |
| 15 | ../toolchain/bootstrap_ariba_libs |
| 16 | ../toolchain/make_ariba |