Changes between Version 5 and Version 6 of WindowsWithoutCygwin
- Timestamp:
- Mar 27, 2015, 12:44:44 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsWithoutCygwin
v5 v6 15 15 3. > git clone git://git.webkit.org/WebKit.git 16 16 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.17 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 18 19 19 5. > cd WebKit\Tools\Scripts 20 20 21 6. > perl update-webkit 21 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 22 23 23 7. If the above command asks you to reboot your machine, do so 24 24 25 8. > perl build-webkit 25 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 27 If you have any problems, please file bugs on mmaxfield@apple.com or bfulgham@apple.com