Changes between Version 1 and Version 2 of WindowsWithoutCygwin


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsWithoutCygwin

    v1 v2  
    441. Install Visual Studio. https://www.visualstudio.com/en-us/products/visual-studio-community-vs
    552. Install ActiveState Perl. 64-bit is fine. http://www.activestate.com/activeperl/downloads
    6 3. Install ActiveState Python. Make sure it's version 2.x instead of 3.x. 64-bit is fine. http://www.activestate.com/activepython/downloads
    7 4. Install Ruby: http://rubyinstaller.org/
    8 5. Install Gperf: http://gnuwin32.sourceforge.net/packages/gperf.htm
    9 6. Install Bison: http://gnuwin32.sourceforge.net/packages/bison.htm
    10 7. Install GNU Make: http://gnuwin32.sourceforge.net/packages/make.htm
     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 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.
     74. Install Ruby. 64-bit is fine. 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
    1111
    1212TODO: Finish this