Changes between Version 16 and Version 17 of WindowsWithoutCygwin


Ignore:
Timestamp:
Mar 30, 2015 11:52:31 AM (9 years ago)
Author:
mmaxfield@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsWithoutCygwin

    v16 v17  
    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.
    77  4. Ruby. 64-bit is fine. http://rubyinstaller.org/
    8   5. Gperf. http://gnuwin32.sourceforge.net/packages/gperf.htm
    9   6. Flex. http://gnuwin32.sourceforge.net/packages/flex.htm
    10   7. Bison. http://gnuwin32.sourceforge.net/packages/bison.htm
     8  5. Bison. http://gnuwin32.sourceforge.net/packages/bison.htm Make sure that the installation path does not have spaces in it, because Bison does not correctly quote paths when passing them to m4.
     9  6. Gperf. http://gnuwin32.sourceforge.net/packages/gperf.htm
     10  7. Flex. http://gnuwin32.sourceforge.net/packages/flex.htm
    1111  8. GNU Make. http://gnuwin32.sourceforge.net/packages/make.htm
    1212  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.