]> sigrok.org Git - libsigrokdecode.git/blame - README
srd: Quick hack to make transitioncounter.py work again.
[libsigrokdecode.git] / README
CommitLineData
804404fc
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
9libsigrokdecode is a shared library written in C which provides the basic
10API for running sigrok protocol decoders. The protocol decoders themselves
11are written in Python.
12
13
14Status and API
15--------------
16
17The libsigrokdecode project is currently work in progress.
18
19IMPORTANT: The API of libsigrokdecode is NOT yet considered stable! Please do
20 not rely on it, yet! Changes to function names, macro names etc.
21 can happen at any time without prior notice!
22
23 The same applies for the API of the Python protocol decoders!
24
25
26Requirements
27------------
28
29 - git
30 - gcc, g++, make, ...
31 - autoconf, automake, libtool, pkg-config
32 - libglib >= 2.22.0
33 - Python >= 3.x (for protocol decoders)
34
35
36Building and installing
37-----------------------
38
39In order to get the libsigrokdecode source code and build it, run:
40
41 $ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok
42 $ cd sigrok/libsigrokdecode
43 $ ./autogen.sh
44 $ ./configure
45 $ make
46
47For installing libsigrokdecode:
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/libsigrokdecode:
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
77http://sigrok.org
78