Changes between Version 2 and Version 3 of WindowsDevReq
- Timestamp:
- May 23, 2016, 2:57:30 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsDevReq
v2 v3 3 3 Install Microsoft Visual Studio 2015, community edition works, make sure to install C++ (not done by default) 4 4 5 Install [http://cygwin.com/ Cygwin]. We used the 64-bit version. In addition to the default packages, you'll probably need :5 Install [http://cygwin.com/ Cygwin]. We used the 64-bit version. In addition to the default packages, you'll probably need (in ASCII order): 6 6 7 * Imagemagick (to create icon files) 7 8 * git (to be able to check in changes) 8 9 * icoutils (to look at icon files, might not be needed) 9 * imagemagick (to create icon files)10 10 * make (to run the build process) 11 11 * openssh (to get network access to plato)