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>
This commit is contained in:
Guy Harris 2017-08-01 17:41:03 -07:00
parent e23e28da22
commit 778117c502
1 changed files with 7 additions and 7 deletions

View File

@ -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.