1 -------------------------------------------------------------------------------
3 -------------------------------------------------------------------------------
8 - git (only needed when building from git)
9 - A C++ compiler with C++11 support (-std=c++11 option), e.g.
13 - libtool (only needed when building from git)
17 - glibmm-2.4 (>= 2.28.0)
18 - Qt4 >= 4.5 or Qt5 (including the following components):
19 - Qt4: QtCore, QtGui, QtSvg
20 - Qt5: Qt5Core, Qt5Gui, Qt5Widgets, Qt5Svg
21 - libboost >= 1.55 (including the following libs):
25 - libboost-serialization
26 - libboost-test (optional, only needed to run the unit tests)
27 - libsigrokcxx >= 0.4.0 (libsigrok C++ bindings)
28 - libsigrokdecode >= 0.4.0
29 - libsigrokandroidutils >= 0.1.0 (optional, only needed on Android)
32 Building and installing
33 -----------------------
35 In order to get the PulseView source code and build it, run:
37 $ git clone git://sigrok.org/pulseview
42 For installing PulseView:
46 See the following wiki page for more (OS-specific) instructions:
48 http://sigrok.org/wiki/Building
51 Creating a source distribution package
52 --------------------------------------
54 In order to build a source package begin with an unconfigured source tree.