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
Copy file name to clipboardExpand all lines: Eclipse update site/WebContent/fragments/install_advice/windows.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,12 @@ Windows users keep in mind that spaces cause problems. So do not install the ard
10
10
**make no longer part of arduino ide**
11
11
from Arduino IDE 1.5.7 onwards
12
12
The first problem is consistent and is that the make file is no longer part of the Arduino IDE delivery. To fix this you can install make or copy make from an older version.
13
-
To install make you can install make from cygwin (only install make and the core components) and add the C:/cygwinXXX/bin folder to your path.
14
-
You can also install mingw. (If you do please do a write-up and let me know where it is so I can link to it.)
13
+
14
+
Please use one of the 2 options below:
15
+
ftp://ftp.equation.com/make/32/make.exe
16
+
http://mingw.org/
17
+
[Full explanation can be found here.](https://www.youtube.com/watch?v=cspLbTqBi7k&feature=youtu.be)
0 commit comments