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
+2-16Lines changed: 2 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,19 +34,7 @@ cd arduino-eclipse-plugin
34
34
mvn clean verify -DskipTests=true
35
35
```
36
36
37
-
### Running the build from source IDE/Plugin
38
-
39
-
Sloeber can be started, e.g. on a 64-bit mac, with:
40
-
41
-
```bash
42
-
open io.sloeber.product/target/products/io.sloeber.product/macosx/cocoa/x86_64/sloeber/sloeber-ide.app
43
-
```
44
-
45
-
On Linux you can start Sloeber using the provided shell script:
46
-
47
-
```bash
48
-
./build_then_launch_plugin.sh
49
-
```
37
+
### Running the Sloeber you just build
50
38
51
39
Windows
52
40
@@ -57,7 +45,6 @@ Mac OSX and Linux
57
45
58
46
* ./build_then_launch_plugin.sh
59
47
60
-
=======
61
48
62
49
## Build Options
63
50
@@ -82,8 +69,7 @@ To build for latest and the platform you are running on:
82
69
83
70
mvn clean verify -DskipTests=true
84
71
85
-
### Setting up a repository
86
-
72
+
### Importing your build into another Eclipse
87
73
If you want to import the latest code based plugin to another Eclipse setup you have then it is possible to setup a local repository to install the plugin you have just built. Just add a local repository with location ```arduino-eclipse-plugin/io.sloeber.product/target/repository```
88
74
89
75

0 commit comments