@@ -21,6 +21,9 @@ Please install [git](http://git-scm.com/downloads) and [maven](http://maven.apac
2121
2222Java 17 is required.
2323
24+ A 64-bit OS is required.
25+
26+
2427## Build from the command line from source for your os and the default eclipse instance
2528``` bash
2629git clone https://github.com/Sloeber/arduino-eclipse-plugin sloeber
@@ -45,7 +48,6 @@ You can control the maven build with the following profiles:
4548
4649* latest (default, builds against the latest versions)
4750* SDK (builds a Sloeber you can program Sloeber in. With Java.)
48- * win32 (builds for 32 bit windows)
4951* win64
5052* linux64
5153* mac64
@@ -55,18 +57,15 @@ You can control the maven build with the following profiles:
5557
5658* Build the latest version for the platform you are running on:
5759
58- ` mvn clean verify -DskipTests=true `
60+ ` mvn clean verify -PNOSDK - DskipTests=true `
5961
6062* Build Eclipse + Sloeber for 64-bit Windows:
6163 ` mvn clean verify -Pwin64,latest,NOSDK -DskipTests=true `
6264
6365* Build Eclipse + Sloeber for 64-bit Linux:
6466 ` mvn clean verify -Plinux64,latest,NOSDK -DskipTests=true `
6567
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):
7069 ` mvn clean verify -PSDK,win64,latest -DskipTests=true `
7170
7271# Importing your build into another Eclipse
0 commit comments