Changes between Version 3 and Version 4 of WindowsDevReq


Ignore:
Timestamp:
Jun 6, 2016, 2:35:45 PM (9 years ago)
Author:
Greg Couch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WindowsDevReq

    v3 v4  
    11= Windows Development Requirements =
    22
    3 Install Microsoft Visual Studio 2015, community edition works, make sure to install C++ (not done by default)
     3Steps for compiling ChimeraX on a fresh Windows 10:
    44
    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):
     51. Install Microsoft Visual Studio 2015 Community Edition works
     6 * Select Programming Languages / Visual C++ (not done by default)
     7 * Select "Windows and Web Development / Universal Windows App Development Tools"
     8 * Make sure that Windows SDK 10.0.10586 is installed (matching vsvars.sh)
    69
     10 Then start Visual Studio and login, then quit.
     11
     122. Install [http://cygwin.com/ Cygwin].  We used the 64-bit version.  In addition to the default packages, you'll need (in ASCII order):
    713 * Imagemagick (to create icon files)
    814 * git (to be able to check in changes)
     
    1420 * vim (to edit files, might prefer emacs, your choice)
    1521
    16 Then go the the prereqs/win32 directory and run the installers.  Right now those are:
     223. Clone repository from plato.cgl.ucsf.edu:/usr/local/projects/chimerax/git/chimerax.git
    1723
     244. Then go the the prereqs/win32 directory and run the installers.  Right now those are:
    1825 * cmake (used to generate nmake files)
    1926 * innosetup (used for creating installer)
    2027 * Python (used to avoid building Python)
    2128
    22 and soon may need to install Qt, but no installer is present yet.
     295. Install 64-bit version of Qt 5.6.0 in c:\qt.
     30 * Installer can be obtained from [http://www.qt.io].
     31 * Skip login unless you already have a qt.io account.
     32
     336. "make install" in the repository root.
     34
     357. "(cd prereqs/PyQt && make app-install)"