X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=cross-compile%2Fandroid%2FREADME;fp=cross-compile%2Fandroid%2FREADME;h=70544b7618b6bd367cb6527e3165880eae5c17e3;hb=0832e7d675a9ea308ddcafbb2a1ed425c720fa1e;hp=0000000000000000000000000000000000000000;hpb=436a8443249a823eab99a90b9c122ba9e86152ac;p=sigrok-util.git diff --git a/cross-compile/android/README b/cross-compile/android/README new file mode 100644 index 0000000..70544b7 --- /dev/null +++ b/cross-compile/android/README @@ -0,0 +1,40 @@ +------------------------------------------------------------------------------- +README +------------------------------------------------------------------------------- + +This is a small script for cross-compiling sigrok and its dependencies +for Android systems. + + +Status +------ + +Work in progress. This does NOT yet fully work. + + +Requirements +------------ + + - bash + - gcc + - make + - git + - pkg-config (>= 0.22) + - Android cross-compile toolchain + + +Building +-------- + + $ ./sigrok-cross-android + +Per default it expects the Android cross toolchain in: + + $HOME/android/android-arm-toolchain + +Per default it will install the cross-compiled packages in: + + $HOME/sr_android + +Please edit the script if you want to change any settings. +