Title: [188984] trunk/Websites/webkit.org
Revision
188984
Author
bfulg...@apple.com
Date
2015-08-26 13:29:17 -0700 (Wed, 26 Aug 2015)

Log Message

Update Windows tool install instructions.

* building/tools.html:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (188983 => 188984)


--- trunk/Websites/webkit.org/ChangeLog	2015-08-26 20:29:06 UTC (rev 188983)
+++ trunk/Websites/webkit.org/ChangeLog	2015-08-26 20:29:17 UTC (rev 188984)
@@ -1,3 +1,9 @@
+2015-08-26  Brent Fulgham  <bfulg...@apple.com>
+
+        Update Windows tool install instructions.
+
+        * building/tools.html:
+
 2015-08-24  Saam barati  <sbar...@apple.com>
 
         Add mp4 version of types-changing video.

Modified: trunk/Websites/webkit.org/building/tools.html (188983 => 188984)


--- trunk/Websites/webkit.org/building/tools.html	2015-08-26 20:29:06 UTC (rev 188983)
+++ trunk/Websites/webkit.org/building/tools.html	2015-08-26 20:29:17 UTC (rev 188984)
@@ -17,7 +17,7 @@
 <div class="windows-instructions">
 <h4>Windows</h4>
 <ol>
-<li><p>You can build with either Visual Studio 2013 or Visual Studio 2013 express. (Newer versions currently unsupported)</p>
+<li><p>You can build with either Visual Studio 2015 or Visual Studio 2015 Community Edition.</p>
 <p>Use the default options for the installation.</p>
 
 <li><p>Install Cygwin</p>
@@ -59,10 +59,12 @@
 <p>If you are behind a proxy you need to do the following to allow cygwin svn to get through the proxy (similar steps are available for your Windows svn):
 <ul><li>In bash (Cygwin) run: <code>svn help</code>. This will create in your cygwin home directory the file .subversion/servers.</li>
 <li>Edit the file mentioned above and follow the instructions in the file to set up your proxy settings.</li></ul></p>
-<li><p>Install DirectX SDK</p>
-<p>Download the <a href="" 2010 DirectX SDK</a>  This is needed for accelerated compositing.</p></li>
+<li><p>Install Perl</p>
+<p>Download Perl 5.18 (or newer) from <a href="" and install it.</p></li>
 <li><p>Install Python</p>
-<p>Download Python 2.7.8 from <a href="" When done installing, remember to add the folder of the python executable to your PATH environment variable.</p></li>
+<p>Download Python 2.7.8 from <a href="" and install it.</p></li>
+<li><p>Install Ruby</p>
+<p>Download Ruby 2.0.0 from <a href="" and install it.</p></li>
 <li><p>Install php, we use the following steps (you need this to run http layout tests):</p>
 <ol>
 <li>cd /usr/local/bin</li>
@@ -71,9 +73,7 @@
 <li>Change line 341 of the apt-cyg script to "wget -nc $mirror/../$install"</li>
 <li>apt-cyg -m ftp://sourceware.org/pub/cygwinports/x86 install php</li>
 </ol>
-<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="" for installing the 32-bit version of Debugging Tools for Windows</a>.</p>
-<li><p>Optional: Hotfix for 64-bit Windows to disable the user-mode callback filter for exceptions</p>
+<li><p>Optional: Hotfix for 64-bit Windows (Windows 7 or earlier) to disable the user-mode callback filter for exceptions</p>
 <p>Without the <a href="" hotfix</a>, exceptions may be thrown in callback routines that do not cause a crash but leave the application in an inconsistent state that might cause a crash later. You will need to click on "View and request hotfix downloads" and fill out the form. A link to download the hotfix and a password will be emailed to you.</p>
 </ol>
 </div>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to