]> sigrok.org Git - pulseview.git/blob - INSTALL
Only allow monotonic devices in the device list
[pulseview.git] / INSTALL
1 Requirements
2 ------------
3
4  - git
5  - g++
6  - make
7  - libtool
8  - pkg-config >= 0.22
9  - cmake >= 2.6
10  - libglib >= 2.28.0
11  - Qt >= 4.5
12  - libboost >= 1.42 (including the following libs):
13     - libboost-system
14     - libboost-thread
15  - libsigrok >= 0.2.0
16  - libsigrokdecode >= 0.1.0
17
18
19 Building and installing
20 -----------------------
21
22 In order to get the PulseView source code and build it, run:
23
24  $ git clone git://sigrok.org/pulseview
25  $ cd pulseview
26  $ cmake .
27  $ make
28
29 For installing PulseView:
30
31  $ make install
32
33 Please see the following wiki pages for more detailed instructions:
34
35  http://sigrok.org/wiki/Linux
36  http://sigrok.org/wiki/Mac_OS_X
37  http://sigrok.org/wiki/Windows
38  http://sigrok.org/wiki/FreeBSD
39
40
41 Creating a source distribution package
42 --------------------------------------
43
44 In order to build a source package begin with an unconfigured source tree.
45
46  $ mkdir dist
47  $ cd dist
48  $ cmake ..
49  $ make package_source