Changeset 172163 in webkit


Ignore:
Timestamp:
Aug 6, 2014 11:48:55 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[Win] Build error when OFFICIAL_BUILD != 1.
https://bugs.webkit.org/show_bug.cgi?id=135613

Patch by peavo@outlook.com <peavo@outlook.com> on 2014-08-06
Reviewed by Alex Christensen.

Added python installation as a required step before building on Windows.

  • building/tools.html:
Location:
trunk/Websites/webkit.org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Websites/webkit.org/ChangeLog

    r171525 r172163  
     12014-08-06  peavo@outlook.com  <peavo@outlook.com>
     2
     3        [Win] Build error when OFFICIAL_BUILD != 1.
     4        https://bugs.webkit.org/show_bug.cgi?id=135613
     5
     6        Reviewed by Alex Christensen.
     7
     8        Added python installation as a required step before building on Windows.
     9
     10        * building/tools.html:
     11
    1122014-07-24  Bem Jones-Bey  <bjonesbe@adobe.com>
    213
  • trunk/Websites/webkit.org/building/tools.html

    r170522 r172163  
    6262<li><p>Install DirectX SDK</p>
    6363<p>Download the <a href="http://www.microsoft.com/en-us/download/details.aspx?id=6812">June 2010 DirectX SDK</a>  This is needed for accelerated compositing.</p></li>
     64<li><p>Install Python</p>
     65<p>Download Python 2.7.8 from <a href="http://www.python.org">www.python.org</a>. When done installing, remember to add the folder of the python executable to your PATH environment variable.</p></li>
    6466<li><p>Install php, we use the following steps (you need this to run http layout tests):</p>
    6567<ol>
Note: See TracChangeset for help on using the changeset viewer.