Changes between Version 20 and Version 21 of WindowsWithoutCygwin
- Timestamp:
- Nov 14, 2015, 3:51:11 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsWithoutCygwin
v20 v21 18 18 2. Make sure all the programs you just installed (except Visual Studio and iTunes) are accessible through your $PATH. http://www.itechtics.com/customize-windows-environment-variables/ You may be required to reboot after modifying $PATH before new shells will see the updated variable. 19 19 20 3. > git clone git://git.webkit.org/WebKit.git20 3. Tell git your name. > git config --global user.name "John Smith" 21 21 22 4. > cd WebKit22 4. Tell git your email address. > git config --global user.email "johnsmith@example.com" 23 23 24 5. (Optional: If you intend to interact with Subversionpatches) Automatically configure the local clone to follow Subversion: > python Tools\Scripts\webkit-patch setup-git-clone24 5. > git clone git://git.webkit.org/WebKit.git 25 25 26 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).26 6. > cd WebKit 27 27 28 7. > cd Tools\Scripts28 7. (Optional: If you intend to interact with Subversion patches) Automatically configure the local clone to follow Subversion: > python Tools\Scripts\webkit-patch setup-git-clone 29 29 30 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). Note also that this command might set environment variables.30 8. 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). 31 31 32 9. If the above command asks you to reboot your machine, do so32 9. > cd Tools\Scripts 33 33 34 10. > perl build-webkit Note that this command will automatically extract WebKitSupportLibrary.zip (which you downloaded in step 6) into your tree (inside the WebKitLibraries folder). 34 10. > 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). Note also that this command might set environment variables. 35 36 11. If the above command asks you to reboot your machine, do so 37 38 12. > perl build-webkit Note that this command will automatically extract WebKitSupportLibrary.zip (which you downloaded in step 6) into your tree (inside the WebKitLibraries folder). 35 39 36 40 If you have any problems, please file bugs on mmaxfield@apple.com or bfulgham@apple.com