Changes between Version 3 and Version 4 of WindowsDevReq
- Timestamp:
- Jun 6, 2016, 2:35:45 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsDevReq
v3 v4 1 1 = Windows Development Requirements = 2 2 3 Install Microsoft Visual Studio 2015, community edition works, make sure to install C++ (not done by default) 3 Steps for compiling ChimeraX on a fresh Windows 10: 4 4 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): 5 1. 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) 6 9 10 Then start Visual Studio and login, then quit. 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): 7 13 * Imagemagick (to create icon files) 8 14 * git (to be able to check in changes) … … 14 20 * vim (to edit files, might prefer emacs, your choice) 15 21 16 Then go the the prereqs/win32 directory and run the installers. Right now those are: 22 3. Clone repository from plato.cgl.ucsf.edu:/usr/local/projects/chimerax/git/chimerax.git 17 23 24 4. Then go the the prereqs/win32 directory and run the installers. Right now those are: 18 25 * cmake (used to generate nmake files) 19 26 * innosetup (used for creating installer) 20 27 * Python (used to avoid building Python) 21 28 22 and soon may need to install Qt, but no installer is present yet. 29 5. 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 33 6. "make install" in the repository root. 34 35 7. "(cd prereqs/PyQt && make app-install)"