Changes between Version 16 and Version 17 of BuildingOnWindows
- Timestamp:
- Jun 26, 2008, 6:51:02 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnWindows
v16 v17 26 26 If you see errors like this you probably need to install the [http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/ platform SDK]. 27 27 28 === Missing packages in Cygwin === 29 30 You may have had cygwin already installed before attempting to build WebKit. In this case, you should have checked your cygwin setup to make sure that you have at least the following packages installed: bison, gawk, flex, gperf, perl, zlib (non-exhaustive list, to be completed). The error reports you get when you miss one such package are particularly cryptic and may not lead you to those packages. 31 28 32 == Running the tests == 29 33 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.)