From: Uwe Hermann Date: Sat, 26 Oct 2019 19:30:42 +0000 (+0200) Subject: README: Mention new (optional) libgio dependency. X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=2489de3a24e41d14d05aed0c611e16261cbc0450;p=libsigrok.git README: Mention new (optional) libgio dependency. libgio may or may not be part of a larger libglib package, depending on OS and distro. --- diff --git a/README b/README index ace38209..d4411294 100644 --- a/README +++ b/README @@ -46,6 +46,7 @@ Requirements for the C library: - libftdi1 >= 1.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) - 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)