Eclipse for Arduino » History » Version 1
  Joseph Foley, 2011-11-01 09:54 
  creating guide to Eclipse with Arduino
| 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 | ## Menubar: help -> Install new software | ||
| 8 | ## Click on Add | ||
| 9 | ## Name: AVR Eclipse | ||
| 10 | ## Location: http://avr-eclipse.sourceforge.net/updatesite | ||
| 11 | ## Next | ||
| 12 | ## Open up "CDT tools" | ||
| 13 | ## Select AVR Eclipse Plugin | ||
| 14 | ## Say OK or Next to the dialogs | ||
| 15 | ## Eclipse will need to restart |