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.53 (including the following libs):
25 - libboost-test (optional, only needed to run the unit tests)
26 - libsigrokcxx >= 0.4.0 (libsigrok C++ bindings)
27 - libsigrokdecode >= 0.4.0
28 - libsigrokandroidutils >= 0.1.0 (optional, only needed on Android)
31 Building and installing
32 -----------------------
34 In order to get the PulseView source code and build it, run:
36 $ git clone git://sigrok.org/pulseview
41 For installing PulseView:
45 See the following wiki page for more (OS-specific) instructions:
47 http://sigrok.org/wiki/Building
50 Creating a source distribution package
51 --------------------------------------
53 In order to build a source package begin with an unconfigured source tree.