Changes between Version 5 and Version 6 of WindowsWithoutCygwin


Ignore:
Timestamp:
Mar 27, 2015 12:44:44 PM (9 years ago)
Author:
mmaxfield@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsWithoutCygwin

    v5 v6  
    15153. > git clone git://git.webkit.org/WebKit.git
    1616
    17 4. Download the WebKit Support Libraries to the root of your source tree. If the file is incorrectly named, rename it to WebKitSupportLibrary.zip. Do not extract its contents.
     174. Download the WebKit Support Libraries to the root of your source tree https://developer.apple.com/opensource/internet/webkit_sptlib_agree.html If the file is incorrectly named, rename it to WebKitSupportLibrary.zip. Do not extract its contents. This archive includes an SDK for the Windows builds of the Apple stack of software (like CoreGraphics, for example).
    1818
    19195. > cd WebKit\Tools\Scripts
    2020
    21 6. > perl update-webkit
     216. > perl update-webkit Note that this command will automatically download WebKitAuxiliaryLibraries.zip from Apple and extract it into your tree (inside the WebKitLibraries folder). This archive includes Windows builds of all the public libraries that WebKit depends on (like libxml2)
    2222
    23237. If the above command asks you to reboot your machine, do so
    2424
    25 8. > perl build-webkit
     258. > perl build-webkit Note that this command will automatically extract WebKitSupportLibrary.zip (which you downloaded in step 4) into your tree (inside the WebKitLibraries folder).
     26
     27If you have any problems, please file bugs on mmaxfield@apple.com or bfulgham@apple.com