Changes between Version 6 and Version 7 of InstallationGuidelines/Windows/Developer/Installer/Maintenance


Ignore:
Timestamp:
09/30/13 13:17:39 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Windows/Developer/Installer/Maintenance

    v6 v7  
    44 * Extract to a local folder
    55 * Download all dependencies as per InstallationGuidelines/Windows/Developer/Manual
    6   * Put the python-2.7.2.msi in the same folder as the .NSI-file is
    7   * Rename numpy-1.6.1-win32-superpack-python2.7.exe as numpy.exe
    8   * Rename pywin32-216.win32-py2.7.exe as pywin.exe
     6  * Put the python-2.7.5.msi in the same folder as the .NSI-file is
     7  * If including numpy, rename numpy-1.7.1-win32-superpack-python2.7.exe as numpy.exe
     8  * Rename pywin32-218.win32-py2.7.exe as pywin.exe
    99 * Use 7zip to extract all other library installers
    1010  * Copy the extracted files into the right folders:
    11    * Contents of the PLATLIB folder into the site-packages/<LIBNAME>/ folder.
     11   * Contents of the PLATLIB or PURELIB folder into the site-packages/<LIBNAME>/ folder.
    1212   * Scripts (IPython only) into the scripts/<LIBNAME>/
    1313   * Dlls (Shapely only) into dlls/<LIBNAME>/