Eclipse for Arduino » History » Version 2
Joseph Foley, 2011-11-01 10:02
Subversive setup
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 |