Changes between Version 60 and Version 61 of BuildingOnWindows
- Timestamp:
- Jun 12, 2013, 3:46:14 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnWindows
v60 v61 32 32 If you're missing C:\Program Files (x86)\Common Files\Apple\Apple Application Support, then you haven't installed Apple Application Support which comes with installing either Quicktime or iTunes. 33 33 34 === WebKit LibrariesDir===34 === WebKit_Libraries === 35 35 If you see errors opening the WebKit solution in Visual Studio/Visual C++ Express that say: 36 36 {{{ 37 "$(WebKit LibrariesDir)/tools/vsprops/common.vsprops could not be found or failed to load"37 "$(WebKit_Libraries)/tools/vsprops/common.props could not be found or failed to load" 38 38 }}} 39 (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.39 (or some other .props file), you must set the "WebKit_Libraries" environment variable. Make sure that "WebKit_Libraries" points to the "WebKitLibraries/win" directory, not the "WebKitLibraries/" directory. 40 40 41 41 === Missing packages in Cygwin ===