Changes between Version 64 and Version 65 of DeveloperGuidelines/Eclipse
- Timestamp:
- 11/27/12 10:46:05 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Eclipse
v64 v65 9 9 apt-get install eclipse-platform 10 10 }}} 11 Note: You may need super user (sudo) or root privileges to run the apt-get command. 11 12 12 13 Windows: … … 112 113 }}} 113 114 114 === Bzr integration (optional) ===115 '''Note: BZR/Launchpad info is deprecated. Please use GitHub. Thanks ''Jacob, 26/11/12'''''[[BR]]116 117 * http://wiki.bazaar.canonical.com/BzrEclipse118 {{{119 bzr checkout --lightweight lp:bzr-xmloutput120 cd bzr-xmloutput121 python setup.py install122 cd ..123 124 }}}125 126 115 == Related Links == 127 116 * [wiki:DeveloperGuidelinesTips#Pythondebugging Debugging Web2Py] 117 * [http://www.eclipse.org/egit/] 118 * [http://eclipse.github.com/] 128 119 129 120 Other Configuration Guides (should not be required):