Changes between Version 5 and Version 6 of BuildingCairoOnWindows


Ignore:
Timestamp:
Feb 22, 2008 12:57:08 PM (16 years ago)
Author:
bfulgham@macports.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v5 v6  
    7878
    7979== Running the tests ==
    80 After successfully building WebKit, in order to run the tests you need to copy the DLLs from C:\Program Files\Safari\ into your WebKitBuild\bin folder, otherwise testkjs won't run properly. When you are doing this, be careful not to overwrite the WebKit.dll file in WebKitBuild\bin with the one in C:\Program Files\Safari. (If you use the DOS copy command, it will ask you before overwriting.)
     80After successfully building WebKit, in order to run the tests you need to:
     81  1. copy the DLLs from C:\Program Files\Safari\ into your WebKitBuild\bin folder, otherwise testkjs won't run properly. When you are doing this, be careful not to overwrite the WebKit.dll file in WebKitBuild\bin with the one in C:\Program Files\Safari. (If you use the DOS copy command, it will ask you before overwriting.)
     82  1. Make sure the Cairo, JPEG, and PNG libraries are either in this directory, or in your PATH.
     83
     84Note:  Safari will most likely not work, as various methods needed for Safari may not be implemented.  I am only aware of WinLauncher working with Cairo-based WebKit at this time.