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 - Qt4 >= 4.5 or Qt5 (including the following components):
18 - Qt4: QtCore, QtGui, QtSvg
19 - Qt5: Qt5Core, Qt5Gui, Qt5Widgets, Qt5Svg
20 - libboost >= 1.48 (including the following libs):
24 - libboost-test (optional, only needed to run the unit tests)
25 - libsigrokcxx >= 0.4.0 (libsigrok C++ bindings)
26 - libsigrokdecode >= 0.4.0
27 - libsigrokandroidutils >= 0.1.0 (optional, only needed on Android)
30 Building and installing
31 -----------------------
33 In order to get the PulseView source code and build it, run:
35 $ git clone git://sigrok.org/pulseview
40 For installing PulseView:
44 See the following wiki page for more (OS-specific) instructions:
46 http://sigrok.org/wiki/Building
49 Creating a source distribution package
50 --------------------------------------
52 In order to build a source package begin with an unconfigured source tree.