]> sigrok.org Git - sigrok-gtk.git/blame_incremental - README
Update .gitignore file.
[sigrok-gtk.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-gtk is a GTK+-based GUI for sigrok.
10
11
12Status
13------
14
15sigrok-gtk is currently work in progress. Some basic functionality
16is there, but it should still be considered alpha/beta stage software.
17
18There have been no official tarball releases, yet.
19
20Distro packagers should NOT package this, yet.
21
22
23Requirements
24------------
25
26 - git
27 - gcc
28 - make
29 - autoconf >= 2.63
30 - automake >= 1.11
31 - libtool
32 - pkg-config >= 0.22
33 - libglib >= 2.28.0
34 - GTK+ >= 2.22.0
35 - libsigrok >= 0.2.0
36
37
38Building and installing
39-----------------------
40
41In order to get the sigrok-gtk source code and build it, run:
42
43 $ git clone git://sigrok.org/sigrok-gtk
44 $ cd sigrok-gtk
45 $ ./autogen.sh
46 $ ./configure
47 $ make
48
49For installing sigrok-gtk:
50
51 $ make install
52
53Please see the following wiki pages for more detailed instructions:
54
55 http://sigrok.org/wiki/Linux
56 http://sigrok.org/wiki/Mac_OS_X
57 http://sigrok.org/wiki/Windows
58 http://sigrok.org/wiki/FreeBSD
59
60
61Mailing lists
62-------------
63
64There are two mailing lists for sigrok/sigrok-gtk:
65
66 https://lists.sourceforge.net/lists/listinfo/sigrok-devel
67 https://lists.sourceforge.net/lists/listinfo/sigrok-commits
68
69
70IRC
71---
72
73You can find the sigrok developers in the #sigrok IRC channel on Freenode.
74
75
76Website
77-------
78
79 http://sigrok.org/wiki/Sigrok-gtk
80