Changes between Version 11 and Version 12 of BuildingOnWindows


Ignore:
Timestamp:
Aug 15, 2007 10:17:00 PM (17 years ago)
Author:
kevino@theolliviers.com
Comment:

Added note about copying dlls to get tests running.

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v11 v12  
    2020If you see errors like this you probably need to install the [http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ platform SDK].
    2121
     22== Running the tests ==
     23
     24After 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.)
     25
    2226== Areas needing improvement ==
    2327