]> sigrok.org Git - sigrok-gtk.git/blame - README
sr: out: Use uint8_t (not char) for buffers.
[sigrok-gtk.git] / README
CommitLineData
982c5160
UH
1-------------------------------------------------------------------------------
2README
3-------------------------------------------------------------------------------
4
5The sigrok project aims at creating a portable, cross-platform,
6Free/Libre/Open-Source logic analyzer software that supports various
7logic analyzer hardware products.
8
9sigrok-gtk is a GTK+-based GUI for sigrok.
10
11
12Status
13------
14
15The sigrok-gtk project is currently work in progress. Some basic functionality
16is there, but it should still be considered alpha/beta stage software.
17
18
19Requirements
20------------
21
22 - git
71eeb08b
UH
23 - gcc
24 - make
25 - autoconf >= 2.63
26 - automake >= 1.11
27 - libtool
28 - pkg-config >= 0.22
982c5160
UH
29 - libglib >= 2.22.0
30 - GTK+ >= 2.22.0
9942a1f5 31 - libsigrok >= 0.1.0
982c5160
UH
32
33
34Building and installing
35-----------------------
36
37In order to get the sigrok-gtk source code and build it, run:
38
39 $ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok
40 $ cd sigrok/sigrok-gtk
41 $ ./autogen.sh
42 $ ./configure
43 $ make
44
45For installing sigrok-gtk:
46
47 $ make install
48
49Please see the following wiki pages for more detailed instructions:
50
51 http://sigrok.org/wiki/Linux
52 http://sigrok.org/wiki/Mac_OS_X
53 http://sigrok.org/wiki/Windows
54 http://sigrok.org/wiki/FreeBSD
55
56
57Mailing lists
58-------------
59
60There are two mailing lists for sigrok/sigrok-gtk:
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
75http://sigrok.org
76