diff options
Diffstat (limited to 'libraries/libsigrok/README')
-rw-r--r-- | libraries/libsigrok/README | 10 |
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. |