Changes between Version 18 and Version 19 of BuildingOnWindows
- Timestamp:
- Aug 19, 2008, 10:51:00 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified BuildingOnWindows
v18 v19 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 If you see errors opening the WebKit solution in Visual Studio/Visual C++ Express that say: 29 {{{ 30 "$(WebKitLibrariesDir)/tools/vsprops/common.vsprops could not be found or failed to load" 31 }}} 32 (or some other .vsprops file), you must set the "WebKitLibrariesDir" environment variable. Make sure that "WebKitLibrariesDir" points to the "WebKitLibraries/win" directory, not the "WebKitLibraries/" directory. 33 28 34 === Missing packages in Cygwin === 29 35