Changes between Initial Version and Version 1 of WindowsWithoutCygwin


Ignore:
Timestamp:
Mar 24, 2015 7:17:34 PM (9 years ago)
Author:
mmaxfield@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsWithoutCygwin

    v1 v1  
     1Here are the steps I had to take to build WebKit on Windows 8.1 without Cygwin (Apple Win port)
     2
     30. Do NOT install Git from http://www.git-scm.com/download/win or http://msysgit.github.io/. This package will install a sh.exe next to git.exe (so it will therefore be in your $PATH), at a location which has spaces in it. This confuses GNU Make.
     41. Install Visual Studio. https://www.visualstudio.com/en-us/products/visual-studio-community-vs
     52. Install ActiveState Perl. 64-bit is fine. http://www.activestate.com/activeperl/downloads
     63. Install ActiveState Python. Make sure it's version 2.x instead of 3.x. 64-bit is fine. http://www.activestate.com/activepython/downloads
     74. Install Ruby: http://rubyinstaller.org/
     85. Install Gperf: http://gnuwin32.sourceforge.net/packages/gperf.htm
     96. Install Bison: http://gnuwin32.sourceforge.net/packages/bison.htm
     107. Install GNU Make: http://gnuwin32.sourceforge.net/packages/make.htm
     11
     12TODO: Finish this