From 778117c502d9e702327f592784c8d7b94212302c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 1 Aug 2017 17:41:03 -0700 Subject: [PATCH] macosx-setup.sh doesn't build Qt, it just installs a binary. Say it builds "as needed". Change-Id: I85ce2062da7f168785d0d22160b8f19b85d554e3 Reviewed-on: https://code.wireshark.org/review/22909 Reviewed-by: Guy Harris --- README.macos | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.macos b/README.macos index 7f236ed577..f16f256bbd 100644 --- a/README.macos +++ b/README.macos @@ -23,13 +23,13 @@ Qt packages and source code from or use the macosx-setup.sh script described below. The macosx-setup.sh script can be used to download, patch as necessary, -build, and install those libraries and the libraries on which they -depend; it will, by default, also install other libraries that can be -used by Wireshark and TShark. The versions of libraries to download are -specified by variables set early in the script; you can comment out the -settings of optional libraries if you don't want them downloaded and -installed. Before running the macosx-setup.sh script, and before -attempting to build Wireshark, make sure your PKG_CONFIG_PATH +build as necessary, and install those libraries and the libraries on +which they depend; it will, by default, also install other libraries +that can be used by Wireshark and TShark. The versions of libraries to +download are specified by variables set early in the script; you can +comment out the settings of optional libraries if you don't want them +downloaded and installed. Before running the macosx-setup.sh script, +and before attempting to build Wireshark, make sure your PKG_CONFIG_PATH environment variable's setting includes both /usr/X11/lib/pkgconfig and /usr/local/lib/pkgconfig.