summaryrefslogtreecommitdiffstats
path: root/libraries/libsigrok/README
diff options
context:
space:
mode:
author Andrzej Telszewski <atelszewski@gmail.com>2015-07-30 06:33:53 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-07-31 01:53:25 +0700
commitb2a1ad8a1aae8798e9ee77f869e352c2cf7e30ad (patch)
treed72228230cbe1d196283d381e89a7f43925856d8 /libraries/libsigrok/README
parentc455e5f1c6e7b900036ac4be7deccd39a1834d38 (diff)
downloadslackbuilds-b2a1ad8a1aae8798e9ee77f869e352c2cf7e30ad.tar.gz
slackbuilds-b2a1ad8a1aae8798e9ee77f869e352c2cf7e30ad.tar.xz
libraries/libsigrok: Added (logic analyzers access library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libsigrok/README')
-rw-r--r--libraries/libsigrok/README10
1 files changed, 10 insertions, 0 deletions
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.