From 46595f4ad07e7bc9080497e860c969b570bea676 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 22 Sep 2016 03:11:17 -0700 Subject: 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 --- macosx-setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'macosx-setup.sh') 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 -- cgit v1.2.1