]> sigrok.org Git - sigrok-qt.git/blame - README
.gitignore: Add missing entries.
[sigrok-qt.git] / README
CommitLineData
4a73504f
UH
1-------------------------------------------------------------------------------
2README
3-------------------------------------------------------------------------------
4
5The sigrok project aims at creating a portable, cross-platform,
c7fe1c63
UH
6Free/Libre/Open-Source signal analysis software suite that supports various
7device types (such as logic analyzers, oscilloscopes, multimeters, and more).
4a73504f
UH
8
9sigrok-qt is a Qt-based GUI for sigrok.
10
11
12Status
13------
14
c7fe1c63 15sigrok-qt is currently work in progress. Some basic functionality
4a73504f
UH
16is there, but it should still be considered alpha/beta stage software.
17
c7fe1c63
UH
18There have been no official tarball releases, yet.
19
20Distro packagers should NOT package this, yet.
21
4a73504f
UH
22
23Requirements
24------------
25
26 - git
b0eff4ec
UH
27 - g++
28 - make
29 - libtool
30 - pkg-config >= 0.22
8e6155ef 31 - libglib >= 2.28.0
4a73504f 32 - Qt >= 4.5
d5b0ab2e 33 - libsigrok >= 0.2.0
27fca4dc 34 - libsigrokdecode >= 0.1.0
4a73504f
UH
35
36
37Building and installing
38-----------------------
39
40In order to get the sigrok-qt source code and build it, run:
41
c7fe1c63
UH
42 $ git clone git://sigrok.org/sigrok-qt
43 $ cd sigrok-qt
4a73504f
UH
44 $ qmake
45 $ make
46
47For installing sigrok-qt:
48
49 $ make install
50
51Please see the following wiki pages for more detailed instructions:
52
53 http://sigrok.org/wiki/Linux
54 http://sigrok.org/wiki/Mac_OS_X
55 http://sigrok.org/wiki/Windows
56 http://sigrok.org/wiki/FreeBSD
57
58
59Mailing lists
60-------------
61
62There are two mailing lists for sigrok/sigrok-qt:
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
74Website
75-------
76
c7fe1c63 77 http://sigrok.org/wiki/Sigrok-qt
4a73504f 78