README: Cosmetics, update URL.
[sigrok-cli.git] / README
blobd5c2422d6e7e532a8c45f62f139592fa9468aad7
1 -------------------------------------------------------------------------------
2 README
3 -------------------------------------------------------------------------------
5 The sigrok project aims at creating a portable, cross-platform,
6 Free/Libre/Open-Source signal analysis software suite that supports various
7 device types (such as logic analyzers, oscilloscopes, multimeters, and more).
9 sigrok-cli is a command-line tool written in C, which uses both libsigrok
10 and libsigrokdecode to provide the basic sigrok functionality from the
11 command-line. Among other things, it's useful for scripting purposes.
14 Status
15 ------
17 sigrok-cli is in a usable state and has had official tarball releases.
20 Requirements
21 ------------
23  - git
24  - gcc
25  - make
26  - autoconf >= 2.63
27  - automake >= 1.11
28  - libtool
29  - pkg-config >= 0.22
30  - libglib >= 2.28.0
31  - libsigrok >= 0.2.0
32  - libsigrokdecode >= 0.1.0
35 Building and installing
36 -----------------------
38 In order to get the sigrok-cli source code and build it, run:
40  $ git clone git://sigrok.org/sigrok-cli
41  $ cd sigrok-cli
42  $ ./autogen.sh
43  $ ./configure
44  $ make
46 For installing sigrok-cli:
48  $ make install
50 Please see the following wiki pages for more detailed instructions:
52  http://sigrok.org/wiki/Linux
53  http://sigrok.org/wiki/Mac_OS_X
54  http://sigrok.org/wiki/Windows
55  http://sigrok.org/wiki/FreeBSD
58 Mailing lists
59 -------------
61 There are two mailing lists for sigrok/sigrok-cli:
63  https://lists.sourceforge.net/lists/listinfo/sigrok-devel
64  https://lists.sourceforge.net/lists/listinfo/sigrok-commits
67 IRC
68 ---
70 You can find the sigrok developers in the #sigrok IRC channel on Freenode.
73 Website
74 -------
76  http://sigrok.org/wiki/Sigrok-cli