Changes between Version 50 and Version 51 of BuildingOnWindows
- Timestamp:
- Dec 20, 2010, 9:47:08 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnWindows
v50 v51 60 60 If you see Perl warnings when you run run-webkit-tests of the form: 61 61 {{{ 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.62 readline() on closed filehandle INSTALL_DIR at /home/Administrator/Tools/Scripts/webkitdirs.pm line 1536. 63 Use of uninitialized value $path in substitution (s///) at /home/Administrator/Tools/Scripts/webkitdirs.pm line 1537. 64 Use of uninitialized value $path in concatenation (.) or string at /home/Administrator/Tools/Scripts/webkitdirs.pm line 1540. 65 65 }}} 66 66 then you must install Safari 4.0.4 or greater. … … 114 114 required fonts can be found here: 115 115 116 https://trac.webkit.org/browser/trunk/ WebKitTools/DumpRenderTree/win/DumpRenderTree.cpp#L256116 https://trac.webkit.org/browser/trunk/Tools/DumpRenderTree/win/DumpRenderTree.cpp#L256 117 117 118 118 Most of these fonts come from OS X, so they can't be freely redistributed as one font-package for testing-purposes. … … 127 127 The rest of the fonts can be found here: 128 128 129 https://trac.webkit.org/browser/trunk/ WebKitTools/DumpRenderTree/fonts129 https://trac.webkit.org/browser/trunk/Tools/DumpRenderTree/fonts 130 130 131 131 The 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}}}.