From: Gerhard Sittig Date: Thu, 24 Feb 2022 21:42:55 +0000 (+0100) Subject: README: Mention optional nettle dependency. X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=6dc55e4f91c0a7b63edaad7cf54581b1209bc789 README: Mention optional nettle dependency. One of the USB load drivers depends on the nettle library. Add it to the README file as another optional dependency. --- diff --git a/README b/README index 768c8ca2..ecdc2fd9 100644 --- a/README +++ b/README @@ -49,6 +49,7 @@ Requirements for the C library: - libgpib (optional, used by some drivers) - libieee1284 (optional, used by some drivers) - libgio >= 2.32.0 (optional, used by some drivers) + - nettle (optional, used by some drivers) - check >= 0.9.4 (optional, only needed to run unit tests) - doxygen (optional, only needed for the C API docs) - graphviz (optional, only needed for the C API docs)