Skip to content

Commit 1b27326

Browse files
committed
Merge pull request #59 from wimjongman/master
Updated readme file plus convenience windows start scripts
2 parents 771339b + fa0e499 commit 1b27326

File tree

3 files changed

+22
-4
lines changed

3 files changed

+22
-4
lines changed

readme.md

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
11
#Arduino-Eclipse-Plugin
22

3-
This plugin helps ease you into the world of Eclipse from Arduino. The Eclipse IDE (integrated developement Environment) is a full featured programming editor with many fantastic features to help you code more quickly and easily. The Arduino IDE is great for what it does -- but it doesn't do much to make writing your code easier.
3+
The Arduino Eclipse IDE
44

55
It works on MS Windows, Mac OSX and Linux.
6+
##Installation
7+
###prerequisites
68

7-
TODO: More on the plugin.
9+
install [git] (http://git-scm.com/downloads) and [maven] (http://maven.apache.org/download.cgi)
810

9-
##Installing the Plugin
11+
###Installation
12+
13+
git clone https://github.com/jantje/arduino-eclipse-plugin
14+
15+
cd arduino-eclipse-plugin
16+
17+
mvn verify
18+
19+
20+
##Running the client
21+
22+
win32x64.cmd (if you are on 64 bits windows)
23+
24+
win32x32.cmd (if you are on 32 bits windows)
25+
26+
For other platforms just inspect the cmd file for the path, navigate to the executable and run.
1027

11-
See http://www.baeyens.it/eclipse/Install.html
1228

1329
##Developing (Improving) the Plugin
1430

wim32x32.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
it.baeyens.arduino.product\target\products\it.baeyens.arduino.product\win32\win32\x86\eclipseArduino\eclipse.exe

win32x64.cmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
it.baeyens.arduino.product\target\products\it.baeyens.arduino.product\win32\win32\x86_64\eclipseArduino\eclipse.exe

0 commit comments

Comments
 (0)