Changes between Version 25 and Version 26 of WindowsWithoutCygwin


Ignore:
Timestamp:
Feb 24, 2016 11:41:52 AM (8 years ago)
Author:
mmaxfield@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsWithoutCygwin

    v25 v26  
    1212  9. CMake. https://cmake.org/download/
    1313  10. 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.
    14   11. Note: This step might not be necessary! Old version of the DirectX SDK. http://www.microsoft.com/en-us/download/details.aspx?id=6812 Note that this installation will create environment variables which your shell must see. If it doesn't, reboot. At some point we should try to migrate off of this old version (and on to the version inside the Windows SDK) if possible.
    15   12. iTunes (yes, really.) http://www.apple.com/itunes/download/
    16   13. The "Ahem" font, used for testing. http://www.w3.org/Style/CSS/Test/Fonts/Ahem/
    17   14. (Optional: If you intend to interact with Subversion patches) Subversion. http://sourceforge.net/projects/win32svn/
     14  11. iTunes (yes, really.) http://www.apple.com/itunes/download/ This is needed because it includes the .dlls which implement Apple frameworks like CoreGraphics, CoreAnimation, etc.
     15  12. The "Ahem" font, used for testing. http://www.w3.org/Style/CSS/Test/Fonts/Ahem/
     16  13. (Optional: If you intend to interact with Subversion patches) Subversion. http://sourceforge.net/projects/win32svn/
    1817
    19182. 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.
     
    31308. (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
    3231
    33 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).
     329. 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 (headers only) for the Windows builds of the Apple stack of software (like CoreGraphics, for example).
    3433
    353410. > cd Tools\Scripts