Changes between Version 8 and Version 9 of WindowsDevReq
- Timestamp:
- Sep 16, 2020, 7:25:13 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsDevReq
v8 v9 10 10 Then start Visual Studio and login, then quit. 11 11 12 2. Install [http://cygwin.com/ Cygwin]. We used the 64-bit version. In addition to the default packages, you'll need (in ASCII order):13 * Imagemagick (to create icon files)12 2. Install [http://cygwin.com/ Cygwin]. We used the 64-bit version. In addition to the default packages, you'll need: 13 * binutils (xdr in md_crds needs ld.exe) 14 14 * git (to be able to check in changes) 15 15 * icoutils (to look at icon files, might not be needed) 16 * Imagemagick (to create icon files) 16 17 * make (to run the build process) 17 18 * openssh (to get network access to plato) … … 20 21 * vim (to edit files, might prefer emacs, your choice) 21 22 * unzip (used to build ffmpeg) 22 * binutils (xdr in md_crds needs ld.exe)23 23 24 24 3. Clone repository from plato.cgl.ucsf.edu:/usr/local/projects/chimerax/git/chimerax.git