Changes between Version 26 and Version 27 of WindowsWithoutCygwin


Ignore:
Timestamp:
Jan 28, 2017 11:54:50 PM (7 years ago)
Author:
mmaxfield@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsWithoutCygwin

    v26 v27  
    1 Here are the steps I had to take to build WebKit on Windows 8.1 without Cygwin (Apple Win port)
     1Here are the steps I had to take to build WebKit on Windows 10 without Cygwin (Apple Win port)
    22
    331. Install the following programs:
    4   1. Visual Studio. (Make sure you include C++ support.) https://www.visualstudio.com/en-us/products/visual-studio-community-vs
     4  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!
    55  2. ActiveState Perl. 64-bit is fine. http://www.activestate.com/activeperl/downloads
    66  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.
     
    404013. > 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).
    4141
    42 If you have any problems, please file bugs on mmaxfield@apple.com or bfulgham@apple.com
     42If you have any problems, please file bugs on mmaxfield@apple.com or bfulgham@apple.com or achristensen@apple.com