]> sigrok.org Git - sigrok-firmware.git/blame_incremental - README
Use standard autotools setup.
[sigrok-firmware.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-firmware is a collection of firmware files required for some of the
10devices libsigrok supports (logic analyzers, oscilloscopes, or others).
11
12We only carry firmware files for which we have an explicit permission/license
13that allows at _least_ redistribution of the firmware.
14
15
16Status
17------
18
19sigrok-firmware is in a usable state and has had official tarball releases.
20
21
22Building and installing
23-----------------------
24
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
29 $ ./autogen.sh
30 $ ./configure
31 $ make
32
33For installing sigrok-firmware:
34
35 $ make install
36
37This will install the files into /usr/local/share/sigrok-firmware per default.
38
39You can override the install directory like this:
40
41 $ ./configure --prefix=/usr
42
43Please see the following wiki pages for more detailed instructions:
44
45 http://sigrok.org/wiki/Linux
46 http://sigrok.org/wiki/Mac_OS_X
47 http://sigrok.org/wiki/Windows
48 http://sigrok.org/wiki/FreeBSD
49
50
51Licenses
52--------
53
54 * asix-sigma/*.fw: See asix-sigma/LICENSE.Sigma.
55
56
57Mailing lists
58-------------
59
60There are two mailing lists for sigrok/sigrok-firmware:
61
62 https://lists.sourceforge.net/lists/listinfo/sigrok-devel
63 https://lists.sourceforge.net/lists/listinfo/sigrok-commits
64
65
66IRC
67---
68
69You can find the sigrok developers in the #sigrok IRC channel on Freenode.
70
71
72Website
73-------
74
75 http://sigrok.org/wiki/Firmware
76