Changes between Version 16 and Version 17 of WindowsWithoutCygwin
- Timestamp:
- Mar 30, 2015, 11:52:31 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsWithoutCygwin
v16 v17 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. 7 7 4. Ruby. 64-bit is fine. http://rubyinstaller.org/ 8 5. Gperf. http://gnuwin32.sourceforge.net/packages/gperf.htm9 6. Flex. http://gnuwin32.sourceforge.net/packages/flex.htm10 7. Bison. http://gnuwin32.sourceforge.net/packages/bison.htm8 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 11 11 8. GNU Make. http://gnuwin32.sourceforge.net/packages/make.htm 12 12 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.