]> sigrok.org Git - sigrok-util.git/blame - cross-compile/linux/README
sigrok-cross-linux: Add file for simple Linux (cross-)compiles.
[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)
29 - sdcc (needed for building the fx2lafw firmware)
30
31
32Building
33--------
34
35 $ ./sigrok-cross-linux
36
37Per default it will install the (cross-)compiled packages in:
38
39 $HOME/sr
40
41Please edit the script if you want to change any settings.
42