]> sigrok.org Git - sigrok-util.git/blob - cross-compile/android/README
sigrok-cross-android: Do out-of-tree build for most projects.
[sigrok-util.git] / cross-compile / android / README
1 -------------------------------------------------------------------------------
2 README
3 -------------------------------------------------------------------------------
4
5 This is a small script for cross-compiling sigrok and its dependencies
6 for Android systems.
7
8
9 Status
10 ------
11
12 Working.
13
14
15 Requirements
16 ------------
17
18  - bash
19  - gcc
20  - make
21  - git
22  - pkg-config (>= 0.22)
23  - Android cross-compile toolchain
24
25
26 Building
27 --------
28
29  $ ./sigrok-cross-android
30
31 Per default it expects the Android cross toolchain in:
32
33  $HOME/android/android-arm-toolchain
34
35 Per default it will install the cross-compiled packages in:
36
37  $HOME/sr_android
38
39 Please edit the script if you want to change any settings.
40