-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
96 lines (63 loc) · 2.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
-------------------------------------------------------------------------------
README
-------------------------------------------------------------------------------
The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source logic analyzer software that supports various
logic analyzer hardware products.
There are two shared libraries with common code, a command line utility for
basic usage and easy scriptability, as well as an intuitive GUI.
Status and API
--------------
The sigrok project is currently work in progress.
IMPORTANT: The API of the libraries is NOT yet considered stable! Please do
not rely on it, yet! Changes to function names, macro names etc.
can happen at any time without prior notice!
Requirements
------------
- git
- gcc, g++, make, ...
- autoconf, automake, libtool, pkg-config
- libglib >= 2.22.0
- libusb >= 1.0.5 (for most logic analyzer hardware)
- libzip >= 0.8
- zlib >= 1.2.3.1
- libftdi >= 0.16 (for some logic analyzer hardware)
- libudev >= 151 (for some logic analyzer hardware)
- Python >= 2.5 (for protocol decoders)
- Qt + Qt Creator >= 4.5 (for building/editing the GUI)
Building and installing
-----------------------
In order to get the sigrok source code and build it, run:
$ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok
$ cd sigrok
$ ./autogen.sh
$ ./configure
$ make
For building the Qt GUI:
$ cd gui
$ qmake
$ make
For building the GTK+ GUI:
$ cd gtk
$ ./autogen.sh
$ ./configure
$ make
NOTE: The GUIs are not yet usable, they're both work-in-progress!
For installing sigrok:
$ make install
Please see the following wiki pages for more detailed instructions:
http://sigrok.org/wiki/Linux
http://sigrok.org/wiki/Mac_OS_X
http://sigrok.org/wiki/Windows
http://sigrok.org/wiki/FreeBSD
Mailing lists
-------------
There are two mailing lists for sigrok:
https://lists.sourceforge.net/lists/listinfo/sigrok-devel
https://lists.sourceforge.net/lists/listinfo/sigrok-commits
IRC
---
You can find the sigrok developers in the #sigrok IRC channel on Freenode.
Website
-------
http://sigrok.org