]> sigrok.org Git - sigrok-util.git/blob - cross-compile/linux/README
sigrok-cross-linux: Factor out $REPO_BASE.
[sigrok-util.git] / cross-compile / linux / README
1 -------------------------------------------------------------------------------
2 README
3 -------------------------------------------------------------------------------
4
5 This is a small script for cross-compiling sigrok and its dependencies
6 for Linux systems (various architectures / cross-toolchains).
7
8 It can also be used for native builds (this is actually the default) when
9 no cross-compiler setup is specified (see the top of the script).
10
11
12 Status
13 ------
14
15 Working.
16
17
18 Requirements
19 ------------
20
21  - bash
22  - gcc
23  - make
24  - cmake
25  - git
26  - wget
27  - unzip
28  - pkg-config (>= 0.22)
29  - sdcc (needed for building the fx2lafw firmware)
30
31
32 Building
33 --------
34
35  $ ./sigrok-cross-linux
36
37 Per default it will install the (cross-)compiled packages in:
38
39  $HOME/sr
40
41 Please edit the script if you want to change any settings.
42