]> sigrok.org Git - sigrok-util.git/blob - cross-compile/linux/README
sigrok-fwextract-kingst-la2016: concentrate RCC flags in one spot
[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  - autoconf
30  - libtool
31  - sdcc (needed for building the fx2lafw firmware)
32
33
34 Building
35 --------
36
37  $ ./sigrok-cross-linux
38
39 Per default it will install the (cross-)compiled packages in:
40
41  $HOME/sr
42
43 Please edit the script if you want to change any settings.
44