aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorJohn Thacker <johnthacker@gmail.com>2022-04-28 07:46:56 -0400
committerGerald Combs <gerald@wireshark.org>2022-04-28 16:19:13 +0000
commit1e0f5799527a4772d1d0b62ae395de23c0a88c15 (patch)
treed7d846c33511a8317be2fd2b509b4c415fc6d04b /INSTALL
parent7e04ea32024c91a3652cfed5141f00d8a807315b (diff)
docs: Remove references to configure
Remove some leftover references to configure in the INSTALL file and README.* files in root directory.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL15
1 files changed, 8 insertions, 7 deletions
diff --git a/INSTALL b/INSTALL
index 3ec5e7308a..97ccb33c8f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,11 +1,12 @@
-See also https://gitlab.com/wireshark/wireshark/-/wikis/Development.
+See also https://gitlab.com/wireshark/wireshark/-/wikis/Development
+and the Developer's Guide located at https://www.wireshark.org/docs/
+and in the docbook/ subdirectory.
Installation
============
-These are installation instructions for Unix and Unix-like systems
-that can run the "configure" script in this same directory. These
-are not the installation instructions for Windows systems; see
+These are installation instructions for Unix and Unix-like systems.
+These are not the installation instructions for Windows systems; see
README.windows for those instructions.
0. This is software. Beware.
@@ -146,7 +147,7 @@ README.windows for those instructions.
use -DENABLE_PCAP=OFF to avoid using libpcap.
-DENABLE_ZLIB=OFF
- By default, if 'configure' finds zlib (a.k.a, libz), the
+ By default, if 'cmake' finds zlib (a.k.a, libz), the
wiretap library will be built so that it can read compressed
capture files. If you have zlib but do not wish to build
it into the wiretap library, used by Wireshark, TShark, and
@@ -154,7 +155,7 @@ README.windows for those instructions.
this switch.
-DENABLE_BROTLI=OFF
- By default, if 'configure' finds brotli, the wiretap library
+ By default, if 'cmake' finds brotli, the wiretap library
will be built so that it can read brotli compressed capture
files. If you have brotli but do not wish to build it into
the wiretap library, used by Wireshark, TShark, and the
@@ -194,7 +195,7 @@ README.windows for those instructions.
dpkg-buildpackage -us -uc -rfakeroot
in the source directory right after extracting of checking out
- Wireshark's source code. (You don't have to run configure/make/etc.
+ Wireshark's source code. (You don't have to run CMake/make/Ninja/etc.
prior to running dpkg-buildpackage)