You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,9 @@ The Arduino Eclipse Plugin bridges that gap and helps move you to a more powerfu
8
8
9
9
It works on MS Windows, Mac OSX and Linux.
10
10
11
+
##Are you a regular user?
12
+
If you are a regular user and don't want to build from source then there are precompiled product packages and update sites available. See the details at http://www.baeyens.it/eclipse/.
13
+
11
14
##Quick Installation
12
15
###Prerequisites
13
16
@@ -26,7 +29,7 @@ open it.baeyens.arduino.product/target/products/it.baeyens.arduino.product/macos
26
29
27
30
for Linux you can run the verify and start eclipse in on command:
28
31
29
-
./launch_plugin.sh
32
+
./build_then_launch_plugin.sh
30
33
31
34
32
35
###Running the IDE/Plugin
@@ -36,12 +39,12 @@ win32x64.cmd (if you are on 64 bits windows)
36
39
37
40
win32x32.cmd (if you are on 32 bits windows)
38
41
39
-
./launch_plugin.sh (Mac OSX and Linux)
42
+
./build_then_launch_plugin.sh (Mac OSX and Linux)
40
43
41
44
42
45
=======
43
46
##Build Options
44
-
You can control the build with the following profiles:
47
+
You can control the maven build with the following profiles:
45
48
* juno (default) (builds against the juno repositories (4.2))
46
49
* kepler (builds agains the kepler repositories (4.3))
47
50
* luna (builds agains the luna repositories (4.4))
0 commit comments