Skip to content

Commit 760fefa

Browse files
committed
As there is plenty of options this page explains what I advice.
1 parent 980e22f commit 760fefa

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2+
<html>
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
5+
<title>Arduino Eclipse plugin: Which version to install?</title>
6+
<link href="MyStyle.css" rel="Stylesheet" type="text/css">
7+
</head>
8+
<body>
9+
<div id="header">
10+
<a href="http://www.eclipse.org/"><img src="http://download.eclipse.org/eclipse/eclipse.org-common/stylesheets/header_logo.gif" width="163" height="68" border="0" alt="Eclipse Logo" class="logo" /></a>
11+
<SCRIPT LANGUAGE="JavaScript" type="text/javascript" src="news.js"></SCRIPT>
12+
</div>
13+
14+
<h1>Which version to install?</h1>
15+
By now there are so many versions involved that some guidance to what to install is appropriate.<br>
16+
This page is intended to give this guidance.
17+
For the newbies to the plugin who
18+
<ul><li>do not have eclipse installed</li>
19+
<li>are willing to do some alfa testing</li>
20+
<li>want to use Arduino IDE 1.5.2 beta</li>
21+
</ul>
22+
I can strongly advice to download the "brand new" product.
23+
These downloads simply need to be extracted (and sometimes you also need to make the eclipse program executable) and you can immediatly configure (read show where your arduino IDE is installed) the plugin and play.
24+
You can find the download page <a href="/eclipse/download.php">here</a>.
25+
26+
For the others:
27+
There are 3 main components in the deployment of the plugin.
28+
<ul>
29+
<li>The Arduino IDE(s) you want to use</li>
30+
<li>The Eclipse version you want to use</li>
31+
<li>The Plugin version you want to use</li>
32+
</ul>
33+
The Arduino IDE has 3 major breakpoints.
34+
<ul><li>before 1.5</li>
35+
<li>between 1.5.0 and 1.5.2 (included)</li>
36+
<li>after 1.5.2</li>
37+
</ul>
38+
The plugin relates to that as follows:<br>
39+
Before 1.5 beta: use V1 of the plugin.<br>
40+
between 1.5.0 beta and 1.5.2 beta (included): use 1.5.2 with V2 of the plugin<br>
41+
after 1.5.2 beta: not supported<br>
42+
43+
V1 of the plugin runs in juno and indigo. I don't know wether kepler works.<br>
44+
V2 of the plugin runs in juno only. (kepler does not work)<br>
45+
46+
If we summarize this in a table we get:
47+
<table border="1">
48+
<tr><th>Arduino</th><th>plugin</th><th>eclipse</th></tr>
49+
<tr><td>before 1.5 beta</td><td>V1</td><td>juno or indigo</td></tr>
50+
<tr><td>between 1.5.0 beta and 1.5.2 beta (included)</td><td>V2</td><td>juno</td></tr>
51+
<tr><td>after 1.5.2 beta</td><td>not supported</td><td>not supported</td></tr></table>
52+
53+
</body>
54+
</html>

0 commit comments

Comments
 (0)