Changes between Version 11 and Version 12 of WindowsWithoutCygwin
- Timestamp:
- Mar 30, 2015, 9:30:00 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsWithoutCygwin
v11 v12 11 11 8. GNU Make. http://gnuwin32.sourceforge.net/packages/make.htm 12 12 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. 13 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. 13 14 14 15 2. 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. … … 18 19 4. > cd WebKit 19 20 20 5. Automatically configure the local clone to follow Subversion: > python Tools/Scripts/webkit-patch setup-git-clone21 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 21 22 22 23 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).