summaryrefslogtreecommitdiff
path: root/macosx-setup.sh
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-09-22 03:11:17 -0700
committerGuy Harris <guy@alum.mit.edu>2016-09-22 10:11:59 +0000
commit46595f4ad07e7bc9080497e860c969b570bea676 (patch)
tree27d2ff8cc1e621c6de9298cb54bdb278d719f460 /macosx-setup.sh
parent4e53f5d975d184e6813d3dfb25b8c06fc046dbd7 (diff)
downloadwireshark-46595f4ad07e7bc9080497e860c969b570bea676.tar.gz
Point people to the Mac App Store for Xcode.
Don't give a URL that doesn't work any more. Change-Id: I3d2dbef2dda4a96aff9382e687eb8eb64218d14d Reviewed-on: https://code.wireshark.org/review/17859 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'macosx-setup.sh')
-rwxr-xr-xmacosx-setup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx-setup.sh b/macosx-setup.sh
index 685f0af317..309256b126 100755
--- a/macosx-setup.sh
+++ b/macosx-setup.sh
@@ -2332,7 +2332,7 @@ export CXXFLAGS
# You need Xcode or the command-line tools installed to get the compilers.
#
if [ ! -x /usr/bin/xcodebuild ]; then
- echo "Please install Xcode first (should be available on DVD or from http://developer.apple.com/xcode/index.php)."
+ echo "Please install Xcode first (should be available on DVD or from the Mac App Store)."
exit 1
fi
@@ -2348,7 +2348,7 @@ if [ "$QT_VERSION" ]; then
if /usr/bin/xcodebuild -help >/dev/null 2>&1; then
:
else
- echo "Please install Xcode first (should be available on DVD or from http://developer.apple.com/xcode/index.php)."
+ echo "Please install Xcode first (should be available on DVD or from the Mac App Store)."
echo "The command-line build tools are not sufficient to build Qt."
exit 1
fi