Changes between Version 1 and Version 2 of WindowsDevReq
- Timestamp:
- May 23, 2016, 2:54:39 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WindowsDevReq
v1 v2 13 13 * rsync (to install files and fetch them) 14 14 * vim (to edit files, might prefer emacs, your choice) 15 16 Then go the the prereqs/win32 directory and run the installers. Right now those are: 17 18 * cmake (used to generate nmake files) 19 * innosetup (used for creating installer) 20 * Python (used to avoid building Python) 21 22 and soon may need to install Qt, but no installer is present yet.