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 |
| 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 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 | 4. Install Ruby. 64-bit is fine. 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 |