Changes between Version 9 and Version 10 of WindowsWithoutCygwin
- Timestamp:
- Mar 29, 2015, 8:43:02 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsWithoutCygwin
v9 v10 16 16 3. > git clone git://git.webkit.org/WebKit.git 17 17 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).18 4. > cd WebKit 19 19 20 5. > cd WebKit\Tools\Scripts20 5. Automatically configure the local clone to follow Subversion: > python Tools/Scripts/webkit-patch setup-git-clone 21 21 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)22 6. 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). 23 23 24 7. If the above command asks you to reboot your machine, do so24 7. > cd Tools\Scripts 25 25 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). 26 8. > 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 28 9. If the above command asks you to reboot your machine, do so 29 30 10. > 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). 27 31 28 32 If you have any problems, please file bugs on mmaxfield@apple.com or bfulgham@apple.com