README: Mention new (optional) libgio dependency.

libgio may or may not be part of a larger libglib package, depending on
OS and distro.
This commit is contained in:
Uwe Hermann 2019-10-26 21:30:42 +02:00
parent 59d916fe67
commit 2489de3a24
1 changed files with 1 additions and 0 deletions

1
README
View File

@ -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)