File tree 4 files changed +17
-5
lines changed
4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 55
55
56
56
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3_2/V4.3.2_mac64.2019-10-07_08-26-30.tar.gz " ,
57
57
"https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3_2/V4.3.2_win64.2019-10-07_08-26-30.tar.gz " ,
58
- "https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3_2/V4.3.2_linux64.2019-10-07_08-26-30.tar.gz "
58
+ "https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3_2/V4.3.2_linux64.2019-10-07_08-26-30.tar.gz " ,
59
+
60
+ "https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3_3_beta/V4.3.3_linux64.2020-04-19_06-43-35.zip " ,
61
+ "https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3_3_beta/V4.3.3_mac64.2020-04-19_06-43-35.zip " ,
62
+ "https://github.com/Sloeber/arduino-eclipse-plugin/releases/download/V4_3_3_beta/V4.3.3_win64.2020-04-19_06-43-35.zip "
59
63
);
60
64
61
65
?>
Original file line number Diff line number Diff line change 1
1
<?php
2
2
$STABLE_VERSION_MAJOR=4;
3
3
$STABLE_VERSION_MINOR=3;
4
- $STABLE_VERSION_PATCH=2 ;
4
+ $STABLE_VERSION_PATCH=3 ;
5
5
?>
Original file line number Diff line number Diff line change 40
40
This represents a completely <b>free and open</b> Arduino IDE alternative!<br>
41
41
Download the product, unpack and play!<br>
42
42
</p>
43
- <h1>Sloeber V4.3.2 fixes some bugs and gets you the latest eclipse . 64bit only !!!</h1>
43
+ <h1>Sloeber V4.3.3 fixes mac security issues and more . 64bit only !!!</h1>
44
44
<p>Welcome to a next stage for your Arduino projects!</p>
45
45
<p>
46
46
<a href="learn.shtml" class="btn btn-primary btn-lg" role="button">Learn more »</a>
Original file line number Diff line number Diff line change 51
51
<a name="top"> </a>
52
52
</div>
53
53
<p>This is the latest stable build of Arduino Eclipse IDE and it's
54
- available as a product and a plugin: pick the one you prefer !</p>
54
+ available as a product and a plugin: Start with the product !</p>
55
55
<h3>Product bundle</h3>
56
56
<a name="product"> </a>
57
57
<p><strong>Strongly advised when you are new to Sloeber.</strong></p>
58
58
<p>This is the simplest way to start using Sloeber as it
59
59
bundles in one single download a complete setup including a stable
60
60
version of the Eclipse CDT and the latest stable build of our great
61
61
Arduino eclipse IDE!</p>
62
- <p>This is also the only supported setup!</p>
62
+ <p>The product is the only supported setup!</p>
63
+ <p>Sloeber needs java 8! Other java versions will not work!</p>
63
64
<?php if ($ os =="win " ){echo "<p>It even includes java.</p> " ;}; ?>
65
+ <?php if ($ os =="MacOS " ){echo "<p>Due to mac new security approach a simple download and extract will not work.</p> " ;}; ?>
66
+ <?php if ($ os =="MacOS " ){echo "<p>Follow following steps to install.</p> " ;}; ?>
67
+ <?php if ($ os =="MacOS " ){echo "<p>1)download with mac browser.</p> " ;}; ?>
68
+ <?php if ($ os =="MacOS " ){echo "<p>2)unpacked the sloeber ide zip file with the macOS native Archive Utility. Not in the download folder!!!</p> " ;}; ?>
69
+ <?php if ($ os =="MacOS " ){echo "<p>3)in the folder where you extracted Sloeber run: sudo xattr -r -d com.apple.quarantine Sloeber.app</p> " ;}; ?>
70
+ <?php if ($ os =="MacOS " ){echo "<p></p> " ;}; ?>
71
+ <?php if ($ os =="MacOS " ){echo "<p>Read the info on this site at: install->start here->Mac comments</p> " ;}; ?>
64
72
65
73
If you have download issues try another browser. Firefox seems to work fine on all oses. chrome seems to have issues.
66
74
<div class="row">
You can’t perform that action at this time.
0 commit comments