]> sigrok.org Git - libsigrok.git/commitdiff
README: Mention optional nettle dependency.
authorGerhard Sittig <redacted>
Thu, 24 Feb 2022 21:42:55 +0000 (22:42 +0100)
committerGerhard Sittig <redacted>
Thu, 24 Feb 2022 21:47:20 +0000 (22:47 +0100)
One of the USB load drivers depends on the nettle library. Add it to the
README file as another optional dependency.

README

diff --git a/README b/README
index 768c8ca2b6612d1850d69f8f25e95c830850aef7..ecdc2fd92875f35f14dd23c629c8a46503a289e7 100644 (file)
--- 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)
  - 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)
  - 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)