Changes between Version 15 and Version 16 of BuildingOnWindows
- Timestamp:
- Mar 13, 2008, 11:42:54 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnWindows
v15 v16 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.vcproj9 }}}10 4 11 5 Follow the instructions on http://webkit.org/building/tools.html to install the necessary developer tools, support libraries, and check out the WebKit code.