aboutsummaryrefslogtreecommitdiffstats
path: root/README.macos
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-01-05 19:42:04 +0000
committerGuy Harris <guy@alum.mit.edu>2013-01-05 19:42:04 +0000
commitd8dfa8597f5701246d944c28f2be664f859fe88c (patch)
tree6496ff5b54d412d9db7a3d9ac0aeebd66ca46be0 /README.macos
parente04d9b994f6d54c7f433df871b15f2de33f5b666 (diff)
Give information on command-line tools with Xcode 4.
svn path=/trunk/; revision=46953
Diffstat (limited to 'README.macos')
-rw-r--r--README.macos18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.macos b/README.macos
index baa693f9a9..5611ffccd7 100644
--- a/README.macos
+++ b/README.macos
@@ -11,7 +11,9 @@ Store. See
http://guide.macports.org/chunked/installing.xcode.html
-for details.
+for details. For Xcode 4, you will need to install the command-line
+tools; select Preferences from the Xcode menu, select Downloads in the
+Preferences window, and install Command Line Tools.
You must have X11 and the X11 developer headers and libraries installed;
otherwise, you will not be able to build or install GTK+, and will only
@@ -116,3 +118,17 @@ sed on Mountain Lion barfs at the "illegal character sequence"
represented by an ISO 8859-1 copyright symbol, as it's not a valid UTF-8
sequence. The macosx-setup.sh script uses iconv to convert the man page
files from ISO 8859-1 to UTF-8.
+
+If you want to build Wireshark installer packages on a system that
+doesn't include Xcode 3.x or earlier, you will need to install some
+additional tools. From the Xcode menu, select the Open Developer Tool
+menu, and then select More Developer Tools... from that menu. That will
+open up a page on the Apple Developer Connection Web site; you may need
+a developer account to download the additional tools. Download the
+Auxiliary Tools for Xcode package; when the dmg opens, drag all its
+contents to the Contents/Applications subdirectory of the Xcode.app
+directory (normally /Applications/Xcode.app/Contents/Applications); then
+copy .../Contents/Applications/PackageMaker.app/Contents/MacOS/PackageMaker
+to /usr/bin/packagemaker (the PackageMaker app, when run from the
+command line rather than as a double-clicked app, is the packagemaker
+command).