]> sigrok.org Git - sigrok-dumps.git/blame - README
README: discuss installation of example captures
[sigrok-dumps.git] / README
CommitLineData
4acc70be
UH
1-------------------------------------------------------------------------------
2README
3-------------------------------------------------------------------------------
4
036c0211
UH
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
a151427b 10protocols (e.g. I2C, SPI, UART, etc).
dcae1a3e
UH
11
12
036c0211
UH
13Status
14------
15
16sigrok-dumps is in a usable state and has had official tarball releases.
17
18
82263c0b
GS
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
18c8803d
UH
36Contributing dumps
37------------------
38
39See http://sigrok.org/wiki/Example_dumps for details.
40
41
a151427b
UH
42Copyright and license
43---------------------
44
45Unless noted otherwise, all dump files are hereby released into the
46public domain by their authors.
47
48
09b66c0f
UH
49Mailing list
50------------
036c0211
UH
51
52 https://lists.sourceforge.net/lists/listinfo/sigrok-devel
036c0211
UH
53
54
55IRC
56---
57
cbf9f8e3 58You can find the sigrok developers in the #sigrok IRC channel on Libera.Chat.
036c0211
UH
59
60
61Website
62-------
4acc70be 63
036c0211 64 http://sigrok.org/wiki/Example_dumps
4acc70be 65