Eclipse for Arduino » History » Version 3
Joseph Foley, 2011-11-01 10:10
added the svn repo view
| 1 | 1 | Joseph Foley | h1. Eclipse for Arduino |
|---|---|---|---|
| 2 | |||
| 3 | # Download Eclipse for c++ at http://www.eclipse.org/downloads/ |
||
| 4 | # If needed install a Java JRE or JDK http://java.com/en/ |
||
| 5 | # Install WinAVR (on windows) or "apt-get install gcc-avr" (on linux) |
||
| 6 | # Run Eclipse |
||
| 7 | 2 | Joseph Foley | # |
| 8 | 1 | Joseph Foley | ## Menubar: help -> Install new software |
| 9 | 2 | Joseph Foley | ## In "Work with" look for a releases entry, somthing like http://download.eclipse.org/releases/helios |
| 10 | ## Expand "Collaboration" |
||
| 11 | ## Select "Subversive SVN Team Provider" |
||
| 12 | ## Click Next |
||
| 13 | ## Keep Clicking Next and OK until it is done |
||
| 14 | ## Eclipse may need to restart |
||
| 15 | # Install the AVR interface for Eclipse |
||
| 16 | ## Menubar: help -> Install new software |
||
| 17 | 1 | Joseph Foley | ## Click on Add |
| 18 | ## Name: AVR Eclipse |
||
| 19 | ## Location: http://avr-eclipse.sourceforge.net/updatesite |
||
| 20 | 2 | Joseph Foley | ## Click "Next" |
| 21 | 1 | Joseph Foley | ## Open up "CDT tools" |
| 22 | ## Select AVR Eclipse Plugin |
||
| 23 | ## Say OK or Next to the dialogs |
||
| 24 | ## Eclipse will need to restart |
||
| 25 | 3 | Joseph Foley | # Click on the symbol with the plus in the bottom left corner |
| 26 | ## Click on SVN to expand |
||
| 27 | ## Click on SVN Repositories |
||
| 28 | ## Click OK |
||
| 29 | # The SVN Repositories window should appear on the left |
||
| 30 | # Click on the cylinder+ symbol "New Repository Location" |
||
| 31 | # Type in "https://projects.cs.ru.is/svn/precision2011 |
||
| 32 |