]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/android/README
sigrok-cross-android: Add a "prepare" option to setup SDK/NDK/toolchain.
[sigrok-util.git] / cross-compile / android / README
index 1b86c45eb47d6416c8fc6284468749e55a19299d..13ecf9b494c8b2ae9603474b411121a84dcf6daf 100644 (file)
@@ -22,14 +22,20 @@ Requirements
  - pkg-config (>= 0.22)
  - Android NDK (tested: r10c)
    - Android cross-compile toolchain (tested: arm-linux-androideabi-4.9)
  - pkg-config (>= 0.22)
  - Android NDK (tested: r10c)
    - Android cross-compile toolchain (tested: arm-linux-androideabi-4.9)
-     Create it via:
-     ./build/tools/make-standalone-toolchain.sh \
-       --platform=android-16 \
-       --toolchain=arm-linux-androideabi-4.9 \
-       --install-dir=$HOME/android/android-arm-toolchain
  - Android SDK (tested: r23.0.2)
 
 
  - Android SDK (tested: r23.0.2)
 
 
+Toolchain setup
+---------------
+
+You can use the script to install and setup the Android NDK,
+SDK, and the respective standalone toolchain:
+
+ $ ./sigrok-cross-android prepare
+
+This will install everything into $HOME/android.
+
+
 Building
 --------
 
 Building
 --------