Skip to content

Commit 69058f0

Browse files
committed
updated readme to explain new build options
1 parent 5752df3 commit 69058f0

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

readme.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It works on MS Windows, Mac OSX and Linux.
88

99
install [git] (http://git-scm.com/downloads) and [maven] (http://maven.apache.org/download.cgi)
1010

11-
###Installation
11+
##Build from source
1212

1313
git clone https://github.com/jantje/arduino-eclipse-plugin
1414

@@ -25,6 +25,29 @@ win32x32.cmd (if you are on 32 bits windows)
2525

2626
For other platforms just inspect the cmd file for the path, navigate to the executable and run.
2727

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+
2851

2952
##Developing (Improving) the Plugin
3053

0 commit comments

Comments
 (0)