]> sigrok.org Git - libsigrokdecode.git/blame - README
srd: properly return status code
[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
7b56d7a5 30 - gcc (>= 4.0)
066ecdab
UH
31 - make
32 - autoconf >= 2.63
33 - automake >= 1.11
34 - libtool
35 - pkg-config >= 0.22
804404fc 36 - libglib >= 2.22.0
7b56d7a5 37 - Python >= 3.0
804404fc
UH
38
39
40Building and installing
41-----------------------
42
43In order to get the libsigrokdecode source code and build it, run:
44
45 $ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok
46 $ cd sigrok/libsigrokdecode
47 $ ./autogen.sh
48 $ ./configure
49 $ make
50
51For installing libsigrokdecode:
52
53 $ make install
54
55Please see the following wiki pages for more detailed instructions:
56
57 http://sigrok.org/wiki/Linux
58 http://sigrok.org/wiki/Mac_OS_X
59 http://sigrok.org/wiki/Windows
60 http://sigrok.org/wiki/FreeBSD
61
62
63Mailing lists
64-------------
65
66There are two mailing lists for sigrok/libsigrokdecode:
67
68 https://lists.sourceforge.net/lists/listinfo/sigrok-devel
69 https://lists.sourceforge.net/lists/listinfo/sigrok-commits
70
71
72IRC
73---
74
75You can find the sigrok developers in the #sigrok IRC channel on Freenode.
76
77
78Website
79-------
80
81http://sigrok.org
82