Changes between Version 22 and Version 23 of AndroidBuildApp


Ignore:
Timestamp:
Jan 15, 2015, 12:18:04 PM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidBuildApp

    v22 v23  
    3838~/boinc/android/build_androidtc_arm.sh
    3939}}}
     40This create a directory ~/androidarm-tc containing
     41compilers, linkers, and libraries for that CPU type.
    4042
     43Now build the BOINC libraries:
     44{{{
     45cd ~/boinc/android
     46build_libraries_arm.sh
     47}}}
     48This builds the libraries,
     49and stores them together with their .h files in ~/androidtc_arm.
    4150
    4251Now build your app as follows:
     
    4857Note: this assumes we're building an ARM executable.
    4958If you want to build MIPS or Intel, substitute "mips" or "intel" in the above commands.
    50 
    51 HOW TO BUILD BOINC LIBS?
    52 
    53 HOW TO LINK WITH BOINC LIBS?
    5459
    5560== Building FPU versions ==
     
    136141-llog refers to the library required to use Logcat from native code.
    137142Logcat is used for debugging purposes and is not required for the app's functionality.
     143