]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/android/README
sigrok-cross-mingw: README: Freeze Qt5 to 5.7.x for Windows XP support.
[sigrok-util.git] / cross-compile / android / README
index 76e14464fe9f62e2073740ccba46a094bab68479..ba6b12085958765cbe5c7987c5deec05c3ea6f92 100644 (file)
@@ -16,11 +16,31 @@ Requirements
 ------------
 
  - bash
+ - gawk
  - gcc
  - make
  - git
  - pkg-config (>= 0.22)
- - Android cross-compile toolchain
+ - gettext
+ - ant
+ - Android NDK (tested: r10e)
+   - Android cross-compile toolchain (tested: arm-linux-androideabi-4.9)
+ - Android SDK (tested: r24.4.1)
+ - On 64bit hosts, you also need some i386 packages. E.g. on Debian/Ubuntu:
+     $ dpkg --add-architecture i386
+     $ apt-get update
+     $ apt-get install libstdc++6:i386 zlib1g:i386
+
+
+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