Changes between Version 24 and Version 25 of WindowsWithoutCygwin
- Timestamp:
- Jan 29, 2016, 3:47:57 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsWithoutCygwin
v24 v25 19 19 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. 20 20 21 3. Tell git your name. > git config --global user.name "John Smith"21 3. Set HTTP_PROXY and HTTPS_PROXY environment variables if behind a proxy 22 22 23 4. Tell git your email address. > git config --global user.email "johnsmith@example.com"23 4. Tell git your name. > git config --global user.name "John Smith" 24 24 25 5. > git clone git://git.webkit.org/WebKit.git25 5. Tell git your email address. > git config --global user.email "johnsmith@example.com" 26 26 27 6. > cd WebKit27 6. > git clone git://git.webkit.org/WebKit.git 28 28 29 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-clone29 7. > cd WebKit 30 30 31 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 8. (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 32 32 33 9. > cd Tools\Scripts33 9. 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). 34 34 35 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 10. > cd Tools\Scripts 36 36 37 11. If the above command asks you to reboot your machine, do so37 11. > 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. 38 38 39 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). 39 12. If the above command asks you to reboot your machine, do so 40 41 13. > 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). 40 42 41 43 If you have any problems, please file bugs on mmaxfield@apple.com or bfulgham@apple.com