]> sigrok.org Git - sigrok-dumps.git/blame_incremental - README
README: discuss installation of example captures
[sigrok-dumps.git] / README
... / ...
CommitLineData
1-------------------------------------------------------------------------------
2README
3-------------------------------------------------------------------------------
4
5The sigrok project aims at creating a portable, cross-platform,
6Free/Libre/Open-Source signal analysis software suite that supports various
7device types (such as logic analyzers, oscilloscopes, multimeters, and more).
8
9sigrok-dumps is a collection of logic analyzer example data, covering various
10protocols (e.g. I2C, SPI, UART, etc).
11
12
13Status
14------
15
16sigrok-dumps is in a usable state and has had official tarball releases.
17
18
19Installing
20----------
21
22Example captures need not get built or compiled, but can get installed.
23
24 $ git clone git://sigrok.org/sigrok-dumps
25 $ cd sigrok-dumps
26 $ make install
27
28Optional PREFIX or DESTDIR specs are supported as well.
29
30 $ make PREFIX=/usr install
31 $ make PREFIX=${HOME} install
32
33 $ make DESTDIR=$( pwd )/rootfs install
34
35
36Contributing dumps
37------------------
38
39See http://sigrok.org/wiki/Example_dumps for details.
40
41
42Copyright and license
43---------------------
44
45Unless noted otherwise, all dump files are hereby released into the
46public domain by their authors.
47
48
49Mailing list
50------------
51
52 https://lists.sourceforge.net/lists/listinfo/sigrok-devel
53
54
55IRC
56---
57
58You can find the sigrok developers in the #sigrok IRC channel on Libera.Chat.
59
60
61Website
62-------
63
64 http://sigrok.org/wiki/Example_dumps
65