-------------------------------------------------------------------------------
The sigrok project aims at creating a portable, cross-platform,
-Free/Libre/Open-Source logic analyzer software that supports various
-logic analyzer hardware products.
+Free/Libre/Open-Source signal analysis software suite that supports various
+device types.
libsigrok is a shared library written in C which provides the basic API
-for talking to logic analyzer hardware and reading/writing the acquired data
-into various input/output file formats.
+for talking to hardware and reading/writing the acquired data into various
+input/output file formats.
Requirements
- libtool
- pkg-config >= 0.22
- libglib >= 2.28.0
- - libusb >= 1.0.5 (for most logic analyzer hardware)
+ - libusb >= 1.0.5 (for most hardware)
- libzip >= 0.8
- - libftdi >= 0.16 (for some logic analyzer hardware)
- - libudev >= 151 (for some logic analyzer hardware)
+ - libftdi >= 0.16 (for some hardware)
+ - libudev >= 151 (for some hardware)
Building and installing
In order to get the libsigrok source code and build it, run:
- $ git clone git://sigrok.git.sourceforge.net/gitroot/sigrok/sigrok
- $ cd sigrok/libsigrok
+ $ git clone git://sigrok.org/libsigrok
+ $ cd libsigrok
$ ./autogen.sh
$ ./configure
$ make