Changes between Initial Version and Version 1 of WindowsDevReq


Ignore:
Timestamp:
May 23, 2016, 2:51:35 PM (10 years ago)
Author:
Greg Couch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsDevReq

    v1 v1  
     1= Windows Development Requirements =
     2
     3Install Microsoft Visual Studio 2015, community edition works, make sure to install C++ (not done by default)
     4
     5Install [http://cygwin.com/ Cygwin].  We used the 64-bit version.  In addition to the default packages, you'll probably need:
     6
     7 * git (to be able to check in changes)
     8 * icoutils (to look at icon files, might not be needed)
     9 * imagemagick (to create icon files)
     10 * make (to run the build process)
     11 * openssh (to get network access to plato)
     12 * patch (to patch source distribution)
     13 * rsync (to install files and fetch them)
     14 * vim (to edit files, might prefer emacs, your choice)