Linux

From sigrok
Revision as of 13:47, 18 March 2010 by Uwe Hermann (talk | contribs)
Jump to navigation Jump to search
sigrok-gui on Linux

This page describes how to build sigrok on Linux.

Requirements

  • git
  • gcc
  • libusb >= 1.0.5
  • libglib
  • libzip
  • Qt + Qt Creator >= 4.5 (for building/editing the GUI)

Building

$ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok
$ cd sigrok
$ ./autogen.sh
$ make
$ make install

Then, for building the GUI:

$ cd frontends/gui
$ qmake
$ make