forked from osmocom/wireshark
Docs: Accurately describe our minimum GLib and where to get it
parent
044dd69725
commit
42106c9688
4
INSTALL
4
INSTALL
|
@ -16,10 +16,10 @@ README.windows for those instructions.
|
|||
installed. Then try running 'pkg-config Qt5Widgets --modversion'
|
||||
to see if you have Qt installed. Wireshark requires Qt 5.3 or later,
|
||||
but the most recent LTS release is strongly recommended. It needs
|
||||
version 2.32.0 or above of GLib. If you need to install or
|
||||
version 2.38.0 or above of GLib. If you need to install or
|
||||
re-install GLIB, you can find the packages at:
|
||||
|
||||
https://www.gtk.org
|
||||
https://download.gnome.org/sources/glib/
|
||||
|
||||
You can find Qt at:
|
||||
|
||||
|
|
|
@ -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.32.0 and Qt 5.3.0 or newer. If you require a mechanism
|
||||
particular GLib 2.38.0 and Qt 5.3.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
|
||||
|
|
Loading…
Reference in New Issue