Changes between Version 9 and Version 10 of WindowsWithoutCygwin


Ignore:
Timestamp:
Mar 29, 2015 8:43:02 PM (9 years ago)
Author:
mmaxfield@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsWithoutCygwin

    v9 v10  
    16163. > git clone git://git.webkit.org/WebKit.git
    1717
    18 4. 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).
     184. > cd WebKit
    1919
    20 5. > cd WebKit\Tools\Scripts
     205. Automatically configure the local clone to follow Subversion: > python Tools/Scripts/webkit-patch setup-git-clone
    2121
    22 6. > 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)
     226. 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).
    2323
    24 7. If the above command asks you to reboot your machine, do so
     247. > cd Tools\Scripts
    2525
    26 8. > 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).
     268. > 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)
     27
     289. If the above command asks you to reboot your machine, do so
     29
     3010. > 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).
    2731
    2832If you have any problems, please file bugs on mmaxfield@apple.com or bfulgham@apple.com