aboutsummaryrefslogtreecommitdiffstats
path: root/README.macos
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-08-01 17:41:03 -0700
committerGuy Harris <guy@alum.mit.edu>2017-08-02 00:44:26 +0000
commit778117c502d9e702327f592784c8d7b94212302c (patch)
treec0484df38de2c881f033df79fb54340f8a29d772 /README.macos
parente23e28da225fc51493f1694f9f61bc23df1b9ad9 (diff)
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 <guy@alum.mit.edu>
Diffstat (limited to 'README.macos')
-rw-r--r--README.macos14
1 files 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.