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