Changes between Version 50 and Version 51 of BuildingOnWindows


Ignore:
Timestamp:
Dec 20, 2010 9:47:08 AM (13 years ago)
Author:
Adam Roben
Comment:

Update for WebKitTools -> Tools rename

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v50 v51  
    6060If you see Perl warnings when you run run-webkit-tests of the form:
    6161{{{
    62 readline() on closed filehandle INSTALL_DIR at /home/Administrator/WebKitTools/Scripts/webkitdirs.pm line 1536.
    63 Use of uninitialized value $path in substitution (s///) at /home/Administrator/WebKitTools/Scripts/webkitdirs.pm line 1537.
    64 Use of uninitialized value $path in concatenation (.) or string at /home/Administrator/WebKitTools/Scripts/webkitdirs.pm line 1540.
     62readline() on closed filehandle INSTALL_DIR at /home/Administrator/Tools/Scripts/webkitdirs.pm line 1536.
     63Use of uninitialized value $path in substitution (s///) at /home/Administrator/Tools/Scripts/webkitdirs.pm line 1537.
     64Use of uninitialized value $path in concatenation (.) or string at /home/Administrator/Tools/Scripts/webkitdirs.pm line 1540.
    6565}}}
    6666then you must install Safari 4.0.4 or greater.
     
    114114required fonts can be found here:
    115115
    116 https://trac.webkit.org/browser/trunk/WebKitTools/DumpRenderTree/win/DumpRenderTree.cpp#L256
     116https://trac.webkit.org/browser/trunk/Tools/DumpRenderTree/win/DumpRenderTree.cpp#L256
    117117
    118118Most of these fonts come from OS X, so they can't be freely redistributed as one font-package for testing-purposes.
     
    127127The rest of the fonts can be found here:
    128128
    129 https://trac.webkit.org/browser/trunk/WebKitTools/DumpRenderTree/fonts
     129https://trac.webkit.org/browser/trunk/Tools/DumpRenderTree/fonts
    130130
    131131The easiest approach is to convert all these fonts to Windows-style TrueType fonts and put them in a single folder. Then point the {{{WEBKIT_TESTFONTS}}} environment variable to that directory when running {{{run-webkit-tests}}}.