Changes between Version 83 and Version 84 of DeveloperGuidelines/Eclipse


Ignore:
Timestamp:
07/13/18 09:54:30 (7 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Eclipse

    v83 v84  
    3232
    3333Speed up Python on Eclipse Win32:
     34* Install the Visual C++ Compiler for Python 2.7: https://www.microsoft.com/en-us/download/details.aspx?id=44266
    3435{{{
    35 cd %USERPROFILE%\.p2\pool\plugins\org.python.pydev.core_6.4.1.201806231219\pysrc
     36cd %USERPROFILE%\.p2\pool\plugins\org.python.pydev.core_6.4.3.201807050139\pysrc
    3637python setup_cython.py build_ext --inplace
    3738}}}