Changes between Version 49 and Version 50 of DeveloperGuidelines/Eclipse


Ignore:
Timestamp:
12/06/11 00:37:42 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Eclipse

    v49 v50  
    55!PyDev is an Eclipse module which supports Python.
    66== Installation ==
    7 An Eclipse install with !PyDev included is available in the 75Mb zip file which also includes Web2Py & Eden:
    8  * http://eden.sahanafoundation.org/Sahana-Eden.zip
     7Debian:
     8{{{
     9apt-get install eclipse-platform
     10}}}
    911
    10 or install manually:
    11  1. Install [http://java.sun.com/javase/downloads/widget/jdk6.jsp Java JDK]
     12Windows:
     13 1. Install [http://java.sun.com/javase/downloads/widget/jdk6.jsp Java JDK] (will come inautomatically if you install Eclipse from Debian package
    1214 2. Install Eclipse (setup for 3.6 is documented below):
    1315  * Look for "Latest release" on the [http://download.eclipse.org/eclipse/downloads/ downloads page].
    14   * (For Linux, and also {{{apt-get install eclipse-platform}}} but may get old version.)
    1516 3. If using JDK 6u21: [http://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F#Oracle.2FSun_VM_1.6.0_21_on_Windows modify eclipse.ini]
    16  4. Install !PyDev through Eclipse:
     17
     18Install !PyDev through Eclipse:
    1719  i. Help menu > Install New Software
    1820  i. Work with: http://pydev.org/updates
     
    2022  i. tick !PyDev (can exclude the optional !PyDev Mylyn Integration), Next, Next, Accept, Finish
    2123  i. tick to trust certificate, Restart now
    22  5. Recommend installing Psyco to speed-up Python in Eclipse:
     24
     25Recommend installing Psyco to speed-up Python in Eclipse:
    2326 * Linux: http://psyco.sourceforge.net/
    2427 * Windows: http://www.voidspace.org.uk/python/modules.shtml#psyco