Title: [114982] trunk/Websites/webkit.org
Revision
114982
Author
dba...@webkit.org
Date
2012-04-23 18:50:35 -0700 (Mon, 23 Apr 2012)

Log Message

Add notice about running xcode-select before using Xcode 4.3.2 command line tools

Rubber-stamped by Eric Seidel.

Before you can use the Xcode 4.3.2 command line tools, you must either run
sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
DEVELOPER_DIR to point to the Xcode developer tools directory. 

* building/tools.html:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (114981 => 114982)


--- trunk/Websites/webkit.org/ChangeLog	2012-04-24 01:50:07 UTC (rev 114981)
+++ trunk/Websites/webkit.org/ChangeLog	2012-04-24 01:50:35 UTC (rev 114982)
@@ -1,5 +1,17 @@
 2012-04-23  Daniel Bates  <dba...@webkit.org>
 
+        Add notice about running xcode-select before using Xcode 4.3.2 command line tools
+
+        Rubber-stamped by Eric Seidel.
+
+        Before you can use the Xcode 4.3.2 command line tools, you must either run
+        sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
+        DEVELOPER_DIR to point to the Xcode developer tools directory. 
+
+        * building/tools.html:
+
+2012-04-23  Daniel Bates  <dba...@webkit.org>
+
         Explicitly mention Xcode version 4.3.2 in Mac debug instructions
 
         Rubber-stamped by Eric Seidel.

Modified: trunk/Websites/webkit.org/building/tools.html (114981 => 114982)


--- trunk/Websites/webkit.org/building/tools.html	2012-04-24 01:50:07 UTC (rev 114981)
+++ trunk/Websites/webkit.org/building/tools.html	2012-04-24 01:50:35 UTC (rev 114982)
@@ -8,7 +8,10 @@
 <ol>
 <li><p>Install the Xcode Tools package</p>
 <p>Install the Xcode Tools package from <a target="installtools" href=""  Xcode 3.1.4 or later is required to build.</p>
-<li><p>Install the Xcode Command Line Tools (located under Xcode Preferences > Downloads)</p><p><b>Note:</b> This step is not required for versions of Xcode older than 4.3.</p>
+<li><p>Install the Xcode Command Line Tools (located under Xcode Preferences > Downloads)</p>
+  <p><b>Note:</b> Before you can use the Xcode 4.3.2 tools, you must either run <code>sudo xcode-select -switch /Applications/Xcode.app</code> or
+set the environment variable DEVELOPER_DIR to <code>/Applications/Xcode.app/Contents/Developer</code>. See <code>man xcode-select</code> for more details.</p>
+  <p><b>Note:</b> This step is not required for versions of Xcode older than 4.3.</p>
 <li><p>Install Java for Mac OS X Developer Package</p>
 <p>Download and install the latest OS-appropriate "Java for Mac OS X Developer Package" from <a href="" (located under Downloads > Java).</p>
 </ol>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to