]> sigrok.org Git - sigrok-cli.git/blame - README
More GVariant conversions
[sigrok-cli.git] / README
CommitLineData
34c6b368
UH
1-------------------------------------------------------------------------------
2README
3-------------------------------------------------------------------------------
4
5The sigrok project aims at creating a portable, cross-platform,
31dde8ac 6Free/Libre/Open-Source signal analysis software suite that supports various
cdcf09f6 7device types (such as logic analyzers, oscilloscopes, multimeters, and more).
34c6b368
UH
8
9sigrok-cli is a command-line tool written in C, which uses both libsigrok
10and libsigrokdecode to provide the basic sigrok functionality from the
11command-line. Among other things, it's useful for scripting purposes.
12
13
14Status
15------
16
cdcf09f6 17sigrok-cli is in a usable state and has had official tarball releases.
34c6b368
UH
18
19
20Requirements
21------------
22
23 - git
2658103e
UH
24 - gcc
25 - make
26 - autoconf >= 2.63
27 - automake >= 1.11
28 - libtool
29 - pkg-config >= 0.22
366237a3 30 - libglib >= 2.28.0
6deff8e7 31 - libsigrok >= 0.2.0
8c7940f1 32 - libsigrokdecode >= 0.1.0
34c6b368
UH
33
34
35Building and installing
36-----------------------
37
38In order to get the sigrok-cli source code and build it, run:
39
31dde8ac
BV
40 $ git clone git://sigrok.org/sigrok-cli
41 $ cd sigrok-cli
34c6b368
UH
42 $ ./autogen.sh
43 $ ./configure
44 $ make
45
46For installing sigrok-cli:
47
48 $ make install
49
2da49870 50See INSTALL or the following wiki page for more (OS-specific) instructions:
34c6b368 51
2da49870 52 http://sigrok.org/wiki/Building
34c6b368
UH
53
54
55Mailing lists
56-------------
57
58There are two mailing lists for sigrok/sigrok-cli:
59
60 https://lists.sourceforge.net/lists/listinfo/sigrok-devel
61 https://lists.sourceforge.net/lists/listinfo/sigrok-commits
62
63
64IRC
65---
66
67You can find the sigrok developers in the #sigrok IRC channel on Freenode.
68
69
70Website
71-------
72
cdcf09f6 73 http://sigrok.org/wiki/Sigrok-cli
34c6b368 74