Changes between Version 22 and Version 23 of WindowsWithoutCygwin
- Timestamp:
- Nov 14, 2015, 6:40:10 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsWithoutCygwin
v22 v23 2 2 3 3 1. Install the following programs: 4 1. Visual Studio. https://www.visualstudio.com/en-us/products/visual-studio-community-vs4 1. Visual Studio. (Make sure you include C++ support.) https://www.visualstudio.com/en-us/products/visual-studio-community-vs 5 5 2. ActiveState Perl. 64-bit is fine. http://www.activestate.com/activeperl/downloads 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.