1 -------------------------------------------------------------------------------
3 -------------------------------------------------------------------------------
9 - A C++ compiler with C++11 support (-std=c++11 option), e.g.
18 - libboost >= 1.42 (including the following libs):
21 - libboost-test (optional, only needed to run the unit tests)
22 - libsigrokxx >= 0.3.0 (libsigrok C++ bindings)
23 - libsigrokdecode >= 0.3.0
26 Building and installing
27 -----------------------
29 In order to get the PulseView source code and build it, run:
31 $ git clone git://sigrok.org/pulseview
36 For installing PulseView:
40 See the following wiki page for more (OS-specific) instructions:
42 http://sigrok.org/wiki/Building
45 Creating a source distribution package
46 --------------------------------------
48 In order to build a source package begin with an unconfigured source tree.