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
Eclipse Plug-in for importing projects into Eclipse CDT exported by [Arduino Create](https://create.arduino.cc).
5
5
@@ -9,28 +9,37 @@ Eclipse Plug-in for importing projects into Eclipse CDT exported by [Arduino Cre
9
9
-[`make`](https://www.gnu.org/software/make/), and [`cmake`](https://cmake.org/download/) on the `PATH`.
10
10
11
11
### Build:
12
+
Command line:
12
13
```
13
14
./mnvw clean verify
14
15
```
15
16
17
+
Eclipse:
18
+
- Clone the [`arduino-create-eclipse`](https://github.com/arduino/arduino-create-eclipse.git) repository and
19
+
- Import the sources into your Eclipse workspace with
20
+
-`Import...` > `General` > `Existing Projects into Workspace`.
21
+
-`Select root directory` and browse the root of the cloned repository.
22
+
- Enable `Search for nested projects`, and
23
+
- Hit `Finish` ✨
24
+
16
25
### Install:
17
26
The easiest way to install, is to drag and drop the `Install` button into your running Eclipse workspace. This plug-in is also [available at Eclipse Marketplace](https://marketplace.eclipse.org/content/arduino-create-eclipse-plug).
18
27
19
28
[](http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=4895924"Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client")
20
29
21
30
### p2:
22
-
The p2 update sites are available for each released version on GitHub as a ZIP archive. The `latest` p2 is available [here](https://github.com/TypeFox/arduino-eclipse/releases/latest/download/arduino-eclipse-p2.zip). If you want to use the p2 update URL inside Eclipse, you **must** prefix the URL with `jar:` and suffix it with `!/`.
31
+
The p2 update sites are available for each released version on GitHub as a ZIP archive. The `latest` p2 is available [here](https://github.com/arduino/arduino-create-eclipse/releases/latest/download/arduino-create-eclipse-p2.zip). If you want to use the p2 update URL inside Eclipse, you **must** prefix the URL with `jar:` and suffix it with `!/`.
Q: What happens when `cmake4eclipse` is not installed in Eclipse?\
106
+
A: This Eclipse plug-in has a hard dependency on `cmake4eclipse`. It will be implicitly installed into Eclipse when this Eclipse plug-in is installed either from a p2 update site or the Eclipse Marketplace.
107
+
83
108
### License:
84
109
85
110
- This plug-in is licensed under the [`EPL-2.0`](https://www.eclipse.org/legal/epl-2.0/).
86
111
87
112
### Notes:
88
-
- This project is built on the top of [`cmake4eclipse`](https://github.com/15knots/cmake4eclipse)🥇
113
+
- This project is built on the top of [`cmake4eclipse`](https://github.com/15knots/cmake4eclipse)🥇
0 commit comments