Changes between Version 13 and Version 14 of WindowsWithoutCygwin


Ignore:
Timestamp:
Mar 30, 2015 10:01:35 AM (9 years ago)
Author:
mmaxfield@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsWithoutCygwin

    v13 v14  
    1212  9. Git. http://www.git-scm.com/download/win Note: Make sure you select the option "Use Git from the Windows Command Prompt." This is because it installs a sh.exe in your path, and if the location of that sh.exe has spaces in it, Make gets confused. When I installed this, I unchecked all the options.
    1313  10. Old version of the DirectX SDK. http://www.microsoft.com/en-us/download/details.aspx?id=6812 At some point we should try to migrate off of this old version (and on to the version inside the Windows SDK) if possible.
     14  11. (Optional: If you intend to interact with Subversion patches) Subversion. http://sourceforge.net/projects/win32svn/
    1415
    15162. Make sure all the programs you just installed (except Visual Studio) 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.
     
    19204. > cd WebKit
    2021
    21 5. (Optional: If you intend to interact with SVN patches) Automatically configure the local clone to follow Subversion: > python Tools/Scripts/webkit-patch setup-git-clone
     225. (Optional: If you intend to interact with Subversionpatches) Automatically configure the local clone to follow Subversion: > python Tools/Scripts/webkit-patch setup-git-clone
    2223
    23246. 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).