Changes between Version 14 and Version 15 of BuildingCairoOnWindows


Ignore:
Timestamp:
Jan 18, 2011 6:49:11 AM (13 years ago)
Author:
d.nusman@re-lion.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingCairoOnWindows

    v14 v15  
    44As with [wiki:"BuildingOnWindows" Apple's Windows Port], you must first follow the instructions on http://webkit.org/building/tools.html to install the necessary developer tools, support libraries, and check out the WebKit code.
    55
    6 Note that it is safest to build WebKit in your Cygwin home directory.  At the moment, there seems to be an implicit assumption in the build scripts that paths will be relative to the home directory.
     6Note that it is safest to build WebKit in your Cygwin home directory (c:\cygwin\home\username\WebKit).  At the moment, there seems to be an implicit assumption in the build scripts that paths will be relative to the home directory.
     7
     8In the ~/WebKit/Tools/Scripts folder, use
     9{{{
     10./build-webkit --wincairo
     11}}}
     12to start the build.
     13
    714
    815== Required Libraries ==