]> sigrok.org Git - sigrok-firmware.git/blame - README
README: Add "Copyright and license" section.
[sigrok-firmware.git] / README
CommitLineData
ef1242e6
UH
1-------------------------------------------------------------------------------
2README
3-------------------------------------------------------------------------------
4
c1c8be39
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-firmware is a collection of firmware files required for some of the
10devices libsigrok supports (logic analyzers, oscilloscopes, or others).
ef1242e6
UH
11
12We only carry firmware files for which we have an explicit permission/license
13that allows at _least_ redistribution of the firmware.
14
656a5bca 15
c1c8be39
UH
16Status
17------
18
19sigrok-firmware is in a usable state and has had official tarball releases.
20
21
22Building and installing
23-----------------------
eb1a166a 24
c1c8be39
UH
25In order to get the sigrok-firmware source code and build it, run:
26
27 $ git clone git://sigrok.org/sigrok-firmware
28 $ cd sigrok-firmware
b6efd706
UH
29 $ ./autogen.sh
30 $ ./configure
c1c8be39
UH
31 $ make
32
33For installing sigrok-firmware:
eb1a166a
UH
34
35 $ make install
36
c1c8be39 37This will install the files into /usr/local/share/sigrok-firmware per default.
eb1a166a
UH
38
39You can override the install directory like this:
40
b6efd706 41 $ ./configure --prefix=/usr
eb1a166a 42
7bf9394c 43See INSTALL or the following wiki page for more (OS-specific) instructions:
c1c8be39 44
7bf9394c 45 http://sigrok.org/wiki/Building
c1c8be39 46
eb1a166a 47
83e08021
UH
48Copyright and license
49---------------------
50
51The 'sigrok-firmware' project/repo/tarball has no license per se, since
52it's just a collection of firmware files from various sources.
53
54Copyright and license info for these firmware files is available here:
eb1a166a
UH
55
56 * asix-sigma/*.fw: See asix-sigma/LICENSE.Sigma.
57
58
c1c8be39
UH
59Mailing lists
60-------------
61
62There are two mailing lists for sigrok/sigrok-firmware:
63
64 https://lists.sourceforge.net/lists/listinfo/sigrok-devel
65 https://lists.sourceforge.net/lists/listinfo/sigrok-commits
66
67
68IRC
69---
70
71You can find the sigrok developers in the #sigrok IRC channel on Freenode.
72
73
656a5bca
UH
74Website
75-------
76
c1c8be39 77 http://sigrok.org/wiki/Firmware
656a5bca 78