[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

aroben at apple.com aroben at apple.com
Wed Dec 22 12:14:58 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit dbcb2fc3569dcf3537ba518cbd0d86c538ae7eac
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Aug 17 20:58:23 2010 +0000

    Instruct developers to (optionally) install Debugging Tools for Windows
    
    These tools are used by some of our scripts, so are useful for
    developers to have installed.
    
    Fixes <http://webkit.org/b/44128> webkit.org building instructions
    should recommend installing Debugging Tools for Windows
    
    Reviewed by Sam Weinig.
    
    * building/tools.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65540 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog
index 508a5ec..aa03500 100644
--- a/WebKitSite/ChangeLog
+++ b/WebKitSite/ChangeLog
@@ -1,3 +1,18 @@
+2010-08-17  Adam Roben  <aroben at apple.com>
+
+        Instruct developers to (optionally) install Debugging Tools for
+        Windows
+
+        These tools are used by some of our scripts, so are useful for
+        developers to have installed.
+
+        Fixes <http://webkit.org/b/44128> webkit.org building instructions
+        should recommend installing Debugging Tools for Windows
+
+        Reviewed by Sam Weinig.
+
+        * building/tools.html:
+
 2010-07-30  Renata Hodovan  <reni at inf.u-szeged.hu>
 
         Reviewed by Nikolas Zimmermann.
diff --git a/WebKitSite/building/tools.html b/WebKitSite/building/tools.html
index 62c577c..d01cd72 100644
--- a/WebKitSite/building/tools.html
+++ b/WebKitSite/building/tools.html
@@ -57,6 +57,9 @@ Keep all the default options and click <b>Next</b> until the file is extracted a
 
 <li><p>Install QuickTime SDK</p>
 <p>Download QuickTime SDK for Windows from <a href="http://developer.apple.com/quicktime/download/">http://developer.apple.com/quicktime/download/</a> and install it to the default location (\Program Files\QuickTime SDK). This is needed for media support.
+
+<li><p>Optional: Install the 32-bit version of Debugging Tools for Windows</p>
+<p>Debugging Tools for Windows includes many useful debugging tools such as WinDbg and NTSD. Some of WebKit&rsquo;s tests and scripts use these tools. Follow the <a target="installtools" href="http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx#b">instructions for installing the 32-bit version of Debugging Tools for Windows</a>.</p>
 </ol>
 </div>
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list