Changes between Version 10 and Version 11 of AndroidBuildClient


Ignore:
Timestamp:
Sep 26, 2013, 2:29:57 AM (11 years ago)
Author:
yoyo
Comment:

changes if you need only the libraries

Legend:

Unmodified
Added
Removed
Modified
  • AndroidBuildClient

    v10 v11  
    2020
    2121 * recommended IDE for Android development is Eclipse with ADT plugin
    22  * Android SDK: http://developer.android.com/sdk/
     22 * Android SDK: http://developer.android.com/sdk/ (not needed if you compile only the boinc libraries for your Android app)
    2323 * Android NKD: http://developer.android.com/tools/sdk/ndk/index.html
    2424 * BOINC Client source code: http://boinc.berkeley.edu/trac/wiki/SourceCodeGit
     
    9191Note that it will not run on your development machine.
    9292
     93To build only the libraries, run the following command from the boinc/android directory. You need build openssl before and adapt the build_libraries.sh to point to your openssl. Curl is not needed:
     94{{{
     95./build_libraries.sh
     96}}}
    9397
    9498= Building BOINC for Android =