Changes between Version 14 and Version 15 of BuildingOnWindows
- Timestamp:
- Mar 12, 2008, 9:29:57 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnWindows
v14 v15 2 2 3 3 = Building on Windows = 4 5 '''Visual C++ Express users:''' If you are building the Release configuartion, you must turn off Profile-Guided Optimization (PGO). To do so, run the following command from the Cygwin prompt before building: 6 7 {{{ 8 sed -i -e 's/LinkTimeCodeGeneration="4"/LinkTimeCodeGeneration="1"/' ~/WebKit/WebKit/win/WebKit.vcproj/WebKit.vcproj 9 }}} 10 4 11 Follow the instructions on http://webkit.org/building/tools.html to install the necessary developer tools, support libraries, and check out the WebKit code. 5 12