[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 15:16:19 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 58526a477c638b0f8425eb8ffe2dd8bda69bb5e6
Author: aroben at apple.com <aroben at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Oct 29 16:59:41 2010 +0000

    Instruct developers to install the Feburary 2010 DirectX SDK, not just any version
    
    The February 2010 SDK is the last one with support for Visual Studio
    2005.
    
    I also removed some unnecessary instructions regarding the DirectX
    SDK.
    
    Fixes <http://webkit.org/b/48642> webkit.org should recommend a
    specific version of the DirectX SDK
    
    Reviewed by Steve Falkenburg.
    
    * building/tools.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@70889 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitSite/ChangeLog b/WebKitSite/ChangeLog
index 84adc86..0de336f 100644
--- a/WebKitSite/ChangeLog
+++ b/WebKitSite/ChangeLog
@@ -1,3 +1,21 @@
+2010-10-29  Adam Roben  <aroben at apple.com>
+
+        Instruct developers to install the Feburary 2010 DirectX SDK, not just
+        any version
+
+        The February 2010 SDK is the last one with support for Visual Studio
+        2005.
+
+        I also removed some unnecessary instructions regarding the DirectX
+        SDK.
+
+        Fixes <http://webkit.org/b/48642> webkit.org should recommend a
+        specific version of the DirectX SDK
+
+        Reviewed by Steve Falkenburg.
+
+        * building/tools.html:
+
 2010-10-28  Lucas Forschler  <lforschler at apple.com>
 
         Reviewed by Geoffrey Garen.
diff --git a/WebKitSite/building/tools.html b/WebKitSite/building/tools.html
index b66229f..a06847e 100644
--- a/WebKitSite/building/tools.html
+++ b/WebKitSite/building/tools.html
@@ -59,8 +59,7 @@ Keep all the default options and click <b>Next</b> until the file is extracted a
 <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>Install DirectX SDK</p>
-<p>Download the <a href="http://msdn.microsoft.com/en-us/directx/default.aspx">DirectX SDK</a>.  This is needed for accelerated compositing on Windows.</p>
-<p> Verify MSVC|Tools|Options|Projects and Solutions|VC++ Directories has Include: <code>$(DXSDK_DIR)include</code> and Lib: <code>$(DXSDK_DIR)lib</code> 
+<p>Download the <a href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=2c7da5fb-ffbb-4af6-8c66-651cbd28ca15">February 2010 DirectX SDK</a> (newer versions do not support Visual Studio 2005).  This is needed for accelerated compositing.</p>
 </p>
 
 <li><p>Optional: Install the 32-bit version of Debugging Tools for Windows</p>

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list