Changes between Version 15 and Version 16 of BuildingOnWindows


Ignore:
Timestamp:
Mar 13, 2008 11:42:54 AM (16 years ago)
Author:
Adam Roben
Comment:

Removed note about PGO (this was fixed in r31033)

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v15 v16  
    22
    33= 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 }}}
    104
    115Follow the instructions on http://webkit.org/building/tools.html to install the necessary developer tools, support libraries, and check out the WebKit code.