aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorChuck Craft <bubbasnmp@gmail.com>2021-12-19 16:36:52 -0600
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-12-20 07:55:46 +0000
commit392745c56f304dc851c02b91dde6f8ce9710c3b2 (patch)
tree5e86cb96e5ca429e7f5f6738d6c14621b6c31f50 /docbook
parent457ce59bfa2d52b5713f03aae97297497c0022ee (diff)
wsdg: chapter_libraries refresh - update URL; typos
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_libraries.adoc15
1 files changed, 9 insertions, 6 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_libraries.adoc b/docbook/wsdg_src/WSDG_chapter_libraries.adoc
index e049d2647c..a223bbe2bd 100644
--- a/docbook/wsdg_src/WSDG_chapter_libraries.adoc
+++ b/docbook/wsdg_src/WSDG_chapter_libraries.adoc
@@ -12,7 +12,7 @@ Several libraries are needed to build and run Wireshark. Most of them
are split into three packages:
. _Runtime_. System and third party libraries such as _vcruntime140.dll_
-and _libglib-2.0-0.dll_.
+and _glib-2.0-0.dll_.
. _Developer_. Documentation, header files, import libraries, and other
files needed for compilation.
@@ -102,7 +102,7 @@ It is available at https://www.qt.io/download-open-source/#section-2[].
Qt5 must be installed manually from the Qt installers page https://www.qt.io/download-open-source/#section-2[] using the version of Qt appropriate for your compiler.
Note that separate installations (into different directories) of Qt are required for 32 bit and 64 bit builds.
-The environment variable `https://doc.qt.io/qt-5/cmake-get-started.html[CMAKE_PREFIX_PATH]` should be set to your your Qt installation directory, e.g. _C:\Qt{backslash}{qt-lts-version}.2\msvc2019_64_.
+The environment variable `https://doc.qt.io/qt-5/cmake-get-started.html[CMAKE_PREFIX_PATH]` should be set to your Qt installation directory, e.g. _C:\Qt{backslash}{qt-lts-version}.2\msvc2019_64_.
You can alternatively set QT5_BASE_DIR to your Qt installation path, but this is no longer recommended.
[[ChLibsGLib]]
@@ -196,7 +196,7 @@ https://anonsvn.wireshark.org/wireshark-win32-libs/trunk/packages/[].
[quote, The zlib web site, https://www.zlib.net/]
____
zlib is designed to be a
-https://www.gzip.org/zlib/zlib_license.html[free],
+https://www.zlib.net/zlib_license.html[free],
general-purpose, legally unencumbered -- that is, not covered by any
patents -- lossless data-compression library for use on virtually any computer
hardware and operating system.
@@ -225,7 +225,7 @@ https://anonsvn.wireshark.org/wireshark-win32-libs/trunk/packages/[].
=== libpcap or Npcap (Optional, But Strongly Recommended)
-Libpcap and Npcap provide that packet capture capabilities that are central
+Libpcap and Npcap provide the packet capture capabilities that are central
to Wireshark’s core functionality.
[[ChLibsLibpcap]]
@@ -307,14 +307,17 @@ https://directory.fsf.org/wiki/Libgcrypt[].
[discrete]
==== Windows
-Part of our GnuTLS package.
+We provide packages for Windows at
+https://anonsvn.wireshark.org/wireshark-win64-libs/trunk/packages/[]
+and
+https://anonsvn.wireshark.org/wireshark-win32-libs/trunk/packages/[].
[[ChLibsKerberos]]
=== Kerberos (Optional)
The Kerberos library is used to dissect Kerberos, sealed DCERPC and
-secureLDAP protocols.
+secure LDAP protocols.
[[ChLibsUnixKerberos]]