Changes between Version 24 and Version 25 of WindowsWithoutCygwin


Ignore:
Timestamp:
Jan 29, 2016 3:47:57 PM (8 years ago)
Author:
nikos.andronikos-webkit@cisra.canon.com.au
Comment:

Added step regarding proxy environment variables - https://bugs.webkit.org/show_bug.cgi?id=153619

Legend:

Unmodified
Added
Removed
Modified
  • WindowsWithoutCygwin

    v24 v25  
    19192. 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.
    2020
    21 3. Tell git your name. > git config --global user.name "John Smith"
     213. Set HTTP_PROXY and HTTPS_PROXY environment variables if behind a proxy
    2222
    23 4. Tell git your email address. > git config --global user.email "johnsmith@example.com"
     234. Tell git your name. > git config --global user.name "John Smith"
    2424
    25 5. > git clone git://git.webkit.org/WebKit.git
     255. Tell git your email address. > git config --global user.email "johnsmith@example.com"
    2626
    27 6. > cd WebKit
     276. > git clone git://git.webkit.org/WebKit.git
    2828
    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-clone
     297. > cd WebKit
    3030
    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).
     318. (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
    3232
    33 9. > cd Tools\Scripts
     339. 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).
    3434
    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.
     3510. > cd Tools\Scripts
    3636
    37 11. If the above command asks you to reboot your machine, do so
     3711. > 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.
    3838
    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).
     3912. If the above command asks you to reboot your machine, do so
     40
     4113. > 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).
    4042
    4143If you have any problems, please file bugs on mmaxfield@apple.com or bfulgham@apple.com