File tree Expand file tree Collapse file tree 3 files changed +75
-0
lines changed
Eclipse update site/WebContent Expand file tree Collapse file tree 3 files changed +75
-0
lines changed Original file line number Diff line number Diff line change
1
+ This page contains Detailed instructions on how to install the Arduino Eclipse plugin version 3.
2
+ ===
3
+
4
+ If you are not sure what you want to install please see the
5
+ [ install advice page] ( "install_advice.shtml" ) .
6
+
7
+
8
+ Detailed installation instructions
9
+ -----
10
+
11
+ ** install Eclipse Mars**
12
+
13
+ You want the C++ version
14
+
15
+ 1 . download the Eclipse version from [ eclipse] ( http://www.eclipse.org/ )
16
+ 2 . Unzip the file downloaded from Eclipse in a folder without spaces ( I assume c:/eclipse)
17
+
18
+ ** Install the Arduino plugin**
19
+
20
+ 1 . run the program c:/eclipse/eclipse.exe
21
+ 2 . give a name to the workspace (I assume you use "c:/workspace")
22
+ 3 . Close the welcome screen
23
+ 4 . Select help->install new software
24
+ 6 . as Site enter : http://www.baeyens.it/eclipse/V3
25
+ 7 . wait for the page to load.
26
+ 8 . ** uncheck "group items by category"**
27
+ ![ install plugin] ( http://iloapp.baeyens.it/data/_gallery/public/6/141797573364988100_resized.png )
28
+ 9 . Select the Arduino Eclipse extensions
29
+ 10 . Select next
30
+ 11 . when Eclipse tells you the project is not signed select OK
31
+ 12 . when Eclipse asks you to restart select ok
32
+
33
+
34
+ ** Party success**
35
+
36
+ 1 . drink a beer
37
+ 2 . [ Become a patron of jantje] ( http://eclipse.baeyens.it/donate.html " thanks ")
38
+
39
+
Original file line number Diff line number Diff line change
1
+ This page contains Detailed instructions on how to install the Arduino Eclipse version 3 product.
2
+ ===
3
+
4
+ This is the most advised installation.
5
+ If you are not sure what you want to install please see the
6
+ [ install advice page] ( "install_advice.shtml" ) .
7
+
8
+
9
+
10
+
11
+ ** install Arduino Eclipse product**
12
+
13
+ 0 . Make sure you have Java 8 on your system.
14
+ 1 . Download the product version for your platform
15
+ 2 . Unpack the file downloaded in a folder (on windows use 7zip to unzip and untar )
16
+ 3 . start eclipse product
17
+ 4 . wait for the product to download the Arduino AVR boards and tools
18
+
19
+
20
+
21
+ ** Party success**
22
+
23
+ 1 . drink a beer
24
+ 2 . [ Become a patron of jantje] ( http://eclipse.baeyens.it/donate.html " thanks ")
25
+
26
+
27
+ ** How to install java 8 and the arduino eclipse plugin on ubuntu 14**
28
+ <iframe width =" 560 " height =" 315 " src =" https://www.youtube.com/embed/AmePMUuv0uk?list=PLCSjf7QmP3TDPSjT_5UIp0DHXzKdhIQsF " frameborder =" 0 " allowfullscreen ></iframe >
29
+
30
+ ** How to install on windows**
31
+ <iframe width =" 560 " height =" 315 " src =" https://www.youtube.com/embed/AmePMUuv0uk?list=PLCSjf7QmP3TDPSjT_5UIp0DHXzKdhIQsF " frameborder =" 0 " allowfullscreen ></iframe >
32
+
Original file line number Diff line number Diff line change 45
45
<a href="#b" ng-class="tab.b" class="list-group-item small" ng-click="select('b')">Install V1 plugin</a>
46
46
<a href="#c" ng-class="tab.c" class="list-group-item small" ng-click="select('c')">Install V2 plugin</a>
47
47
<a href="#d" ng-class="tab.d" class="list-group-item small" ng-click="select('d')">Install V2 product</a>
48
+ <a href="#c1" ng-class="tab.c" class="list-group-item small" ng-click="select('c1')">Install V3 plugin</a>
49
+ <a href="#d1" ng-class="tab.d" class="list-group-item small" ng-click="select('d1')">Install V3 product</a>
48
50
<a href="#e" ng-class="tab.e" class="list-group-item small" ng-click="select('e')">Configure</a>
49
51
<a href="#f" ng-class="tab.f" class="list-group-item small" ng-click="select('f')">Create sketch</a>
50
52
<a href="#lib" ng-class="tab.lib" class="list-group-item small" ng-click="select('lib')">Add a library to a sketch</a>
64
66
<section ng-show="tab.b" marked ng-include="'fragments/how_to/install_V1_plugin.md'"></section>
65
67
<section ng-show="tab.c" marked ng-include="'fragments/how_to/install_V2_plugin.md'"></section>
66
68
<section ng-show="tab.d" marked ng-include="'fragments/how_to/install_V2_product.md'"></section>
69
+ <section ng-show="tab.c1" marked ng-include="'fragments/how_to/install_V3_plugin.md'"></section>
70
+ <section ng-show="tab.d1" marked ng-include="'fragments/how_to/install_V3_product.md'"></section>
67
71
<section ng-show="tab.e" marked ng-include="'fragments/how_to/configure.md'"></section>
68
72
<section ng-show="tab.f" marked ng-include="'fragments/how_to/create_sketch.md'"></section>
69
73
<section ng-show="tab.lib" marked ng-include="'fragments/how_to/add_library.md'"></section>
You can’t perform that action at this time.
0 commit comments