File tree Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Expand file tree Collapse file tree 1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ It works on MS Windows, Mac OSX and Linux.
8
8
9
9
install [ git] (http://git-scm.com/downloads ) and [ maven] (http://maven.apache.org/download.cgi )
10
10
11
- ###Installation
11
+ ##Build from source
12
12
13
13
git clone https://github.com/jantje/arduino-eclipse-plugin
14
14
@@ -25,6 +25,29 @@ win32x32.cmd (if you are on 32 bits windows)
25
25
26
26
For other platforms just inspect the cmd file for the path, navigate to the executable and run.
27
27
28
+ ##Build Options
29
+ You can control the build with the folowing profiles
30
+ * juno (default) (builds against the juno repositories (4.2))
31
+ * kepler (builds agains the kepler repositories (4.3))
32
+ * luna (builds agains the luna repositories (4.4))
33
+ * win32 (builds for 32 bit windows)
34
+ * win64
35
+ * linux32
36
+ * linux64
37
+ * mac32
38
+ * mac64
39
+
40
+
41
+ #####Examples:
42
+
43
+ mvn verify -Plinux32,kepler
44
+
45
+ mvn verify -Pwin32,juno,linux32
46
+
47
+
48
+ ##Building for other platforms
49
+ mvn verify -Pbuild-all
50
+
28
51
29
52
##Developing (Improving) the Plugin
30
53
You can’t perform that action at this time.
0 commit comments