From b2a1ad8a1aae8798e9ee77f869e352c2cf7e30ad Mon Sep 17 00:00:00 2001 From: Andrzej Telszewski Date: Thu, 30 Jul 2015 06:33:53 +0700 Subject: libraries/libsigrok: Added (logic analyzers access library). Signed-off-by: Willy Sudiarto Raharjo --- libraries/libsigrok/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libraries/libsigrok/README (limited to 'libraries/libsigrok/README') diff --git a/libraries/libsigrok/README b/libraries/libsigrok/README new file mode 100644 index 0000000000..45f4f89ed8 --- /dev/null +++ b/libraries/libsigrok/README @@ -0,0 +1,10 @@ +libsigrok is a shared library written in C, which provides the basic +hardware access drivers for logic analyzers and other supported +devices, as well as input/output file format support. + +NOTE: +Slackware's libusb is too old. Thus, to enable more hardware support, +build with LIBUSB=yes ./libsigrok.SlackBuild + +Optional, but highly recommended dependencies are (available from SlackBuilds.org): +libftdi, librevisa and libserialport. -- cgit v1.2.3