From 1e0f5799527a4772d1d0b62ae395de23c0a88c15 Mon Sep 17 00:00:00 2001 From: John Thacker Date: Thu, 28 Apr 2022 07:46:56 -0400 Subject: docs: Remove references to configure Remove some leftover references to configure in the INSTALL file and README.* files in root directory. --- INSTALL | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'INSTALL') 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) -- cgit v1.2.3