@@ -21,6 +21,9 @@ Please install [git](http://git-scm.com/downloads) and [maven](http://maven.apac
21
21
22
22
Java 17 is required.
23
23
24
+ A 64-bit OS is required.
25
+
26
+
24
27
## Build from the command line from source for your os and the default eclipse instance
25
28
``` bash
26
29
git clone https://github.com/Sloeber/arduino-eclipse-plugin sloeber
@@ -45,7 +48,6 @@ You can control the maven build with the following profiles:
45
48
46
49
* latest (default, builds against the latest versions)
47
50
* SDK (builds a Sloeber you can program Sloeber in. With Java.)
48
- * win32 (builds for 32 bit windows)
49
51
* win64
50
52
* linux64
51
53
* mac64
@@ -55,18 +57,15 @@ You can control the maven build with the following profiles:
55
57
56
58
* Build the latest version for the platform you are running on:
57
59
58
- ` mvn clean verify -DskipTests=true `
60
+ ` mvn clean verify -PNOSDK - DskipTests=true `
59
61
60
62
* Build Eclipse + Sloeber for 64-bit Windows:
61
63
` mvn clean verify -Pwin64,latest,NOSDK -DskipTests=true `
62
64
63
65
* Build Eclipse + Sloeber for 64-bit Linux:
64
66
` mvn clean verify -Plinux64,latest,NOSDK -DskipTests=true `
65
67
66
- * Build Eclipse + Sloeber for 32-bit Linux:
67
- ` mvn clean verify -Plinux32,latest,NOSDK -DskipTests=true `
68
-
69
- * Build the Sloeber SDK (for Sloeber programmers):
68
+ * Build the Sloeber SDK for 64-bit Windows (for Sloeber programmers):
70
69
` mvn clean verify -PSDK,win64,latest -DskipTests=true `
71
70
72
71
# Importing your build into another Eclipse
0 commit comments