Changes between Version 26 and Version 27 of WindowsWithoutCygwin
- Timestamp:
- Jan 28, 2017, 11:54:50 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsWithoutCygwin
v26 v27 1 Here are the steps I had to take to build WebKit on Windows 8.1without Cygwin (Apple Win port)1 Here are the steps I had to take to build WebKit on Windows 10 without Cygwin (Apple Win port) 2 2 3 3 1. Install the following programs: 4 1. Visual Studio . (Make sure you include C++ support.) https://www.visualstudio.com/en-us/products/visual-studio-community-vs4 1. Visual Studio Community. (Make sure you include C++ support.) https://www.visualstudio.com/vs/ Note that you must stay up-to-date with Visual Studio updates if you want to continue building ToT! 5 5 2. ActiveState Perl. 64-bit is fine. http://www.activestate.com/activeperl/downloads 6 6 3. ActiveState Python. Make sure it's version 2.x instead of 3.x. 64-bit is fine. http://www.activestate.com/activepython/downloads Make sure you don't download it from python.org because we hardcode the executable name as "python2.7" and the python.org python doesn't include an executable with that name. … … 40 40 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). 41 41 42 If you have any problems, please file bugs on mmaxfield@apple.com or bfulgham@apple.com 42 If you have any problems, please file bugs on mmaxfield@apple.com or bfulgham@apple.com or achristensen@apple.com