docs: Update reference to minimum versions of GLib and Qt

This commit is contained in:
John Thacker 2022-04-28 23:12:24 -04:00
parent f595f3b6ad
commit 536c685ea5
2 changed files with 3 additions and 3 deletions

View File

@ -15,9 +15,9 @@ README.windows for those instructions.
development packages installed. Try running
'pkg-config glib-2.0 --modversion' to see if you have GLib 2.x
installed. Then try running 'pkg-config Qt5Widgets --modversion'
to see if you have Qt installed. Wireshark requires Qt 5.3 or later,
to see if you have Qt installed. Wireshark requires Qt 5.9 or later,
but the most recent LTS release is strongly recommended. It needs
version 2.38.0 or above of GLib. If you need to install or
version 2.50.0 or above of GLib. If you need to install or
re-install GLIB, you can find the packages at:
https://download.gnome.org/sources/glib/

View File

@ -429,7 +429,7 @@ own mkstemp implementation for use on platforms that lack mkstemp.
Note: mkstemp does not accept NULL as a parameter.
Wireshark requires minimum versions of each of the libraries it uses, in
particular GLib 2.38.0 and Qt 5.3.0 or newer. If you require a mechanism
particular GLib 2.50.0 and Qt 5.9.0 or newer. If you require a mechanism
that is available only in a newer version of a library then use its
version detection macros, e.g. "#if GLIB_CHECK_VERSION(...)" and "#if
QT_VERSION_CHECK(...)" to conditionally compile code using that