]> sigrok.org Git - libsigrok.git/blobdiff - README
output/csv: use intermediate time_t var, silence compiler warning
[libsigrok.git] / README
diff --git a/README b/README
index 768c8ca2b6612d1850d69f8f25e95c830850aef7..8686a262889351fae0e088883be6b8157bcdd4c1 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)
+ - 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)
@@ -63,7 +64,7 @@ Requirements for the C++ bindings:
  - doxygen (required for building the bindings, not only for C++ API docs!)
  - graphviz (optional, only needed for the C++ API docs)
  - Python (2 or 3) executable (development files are not needed)
- - glibmm-2.4 (>= 2.32.0)
+ - glibmm-2.4 (>= 2.32.0) or glibmm-2.68 (>= 2.68.0)
 
 Requirements for the Python bindings: