Requirements ------------ - git - g++ - make - libtool - pkg-config >= 0.22 - cmake >= 2.6 - libglib >= 2.28.0 - Qt >= 4.5 - libboost >= 1.42 (including the following libs): - libboost-system - libboost-thread - libsigrok >= 0.2.0 - libsigrokdecode >= 0.1.0 Building and installing ----------------------- In order to get the PulseView source code and build it, run: $ git clone git://sigrok.org/pulseview $ cd pulseview $ cmake . $ make For installing PulseView: $ make install Please see the following wiki pages for more detailed instructions: http://sigrok.org/wiki/Linux http://sigrok.org/wiki/Mac_OS_X http://sigrok.org/wiki/Windows http://sigrok.org/wiki/FreeBSD Creating a source distribution package -------------------------------------- In order to build a source package begin with an unconfigured source tree. $ mkdir dist $ cd dist $ cmake .. $ make package_source