Skip to content

Commit c79b280

Browse files
author
jantje
committed
Fixing bad link and adding V3 info
1 parent aaa32bb commit c79b280

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Eclipse update site/WebContent/fragments/how_to/configure.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
This section contains Detailed instructions on how to configure the Sloeber IDE.
22
===
33

4-
This section assumes you have installed the Arduino Eclipse plugin or product.
5-
6-
**tell which Arduino IDE you use**
4+
This section assumes you have installed the Arduino Eclipse plugin or product and started it fine.
5+
In **V3** there configuration is done 100% automatically.
6+
**In V1 and V2 you need to specify which Arduino IDE you use**
77
1. Start Eclipse that contains the plugin. c:/eclipse/Eclipse or c:/eclipse/sloeber for the product
88
2. Open a workspace of your choice C:/workspace
99
3. If needed close the welcome page
1010
4. open the preferences (windows -> preferences)
1111
5. in V1 open the section Arduino->Arduino
1212
6. In V2 open Arduino
1313
7. Fill it in like below (using the location of the Sloeber IDE c:/sloeber)
14-
8. Add the location of your private libraries.
14+
8. Add the location of your private libraries.
1515
in V1 this looks like
16-
![V1](http://iloapp.baeyens.it/data/_gallery/public/1/134998877869708900_resized.png =500x)
16+
![V1](http://iloapp.baeyens.it/data/_gallery/public/1/134998877869708900_resized.png)
1717
in V2 this looks like
1818
![V2](http://iloapp.baeyens.it/data/_gallery/public/6/141798497248313500_resized.png)
1919
The newer version no longer uses RXTX so there is no longer a "test serial dll" button. If the button is there click it.
2020
V2 does not contain the option "use Arduino IDE tools in Eclipse".
2121
V2.2 fills in mosts fields automatically and adds a "private hardware path" folder.
2222
9. select OK to save the preferences
2323

24-
**tell cdt you are using ino file**
24+
**in V1 and V2 you need to tell cdt you are using ino file**
2525
ino and pde files are a file extension created by Arduino and as such is not recognized as a C/C++ file.
2626
We need to tell Eclipse to treat ino and pde files as C/C++ file.
2727
To do so goto menu:window->preferences->C/C++->file types

0 commit comments

Comments
 (0)