------------------------------------------------------------------------------- README ------------------------------------------------------------------------------- The sigrok project aims at creating a portable, cross-platform, Free/Libre/Open-Source signal analysis software suite that supports various device types (such as logic analyzers, oscilloscopes, multimeters, and more). sigrok-gtk is a GTK+-based GUI for sigrok. Status ------ sigrok-gtk is currently work in progress. Some basic functionality is there, but it should still be considered alpha/beta stage software. There have been no official tarball releases, yet. Distro packagers should NOT package this, yet. Requirements ------------ - git - gcc - make - autoconf >= 2.63 - automake >= 1.11 - libtool - pkg-config >= 0.22 - libglib >= 2.28.0 - GTK+ >= 2.22.0 - libsigrok >= 0.2.0 Building and installing ----------------------- In order to get the sigrok-gtk source code and build it, run: $ git clone git://sigrok.org/sigrok-gtk $ cd sigrok-gtk $ ./autogen.sh $ ./configure $ make For installing sigrok-gtk: $ make install See INSTALL or the following wiki page for more (OS-specific) instructions: http://sigrok.org/wiki/Building Copyright and license --------------------- sigrok-gtk is licensed under the terms of the GNU General Public License (GPL), version 3 or later. While some individual source code files are licensed under the GPLv2+, and some files are licensed under the GPLv3+, this doesn't change the fact that the program as a whole is licensed under the terms of the GPLv3+. Please see the individual source files for the full list of copyright holders. Mailing lists ------------- There are two mailing lists for sigrok/sigrok-gtk: https://lists.sourceforge.net/lists/listinfo/sigrok-devel https://lists.sourceforge.net/lists/listinfo/sigrok-commits IRC --- You can find the sigrok developers in the #sigrok IRC channel on Freenode. Website ------- http://sigrok.org/wiki/Sigrok-gtk