File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 45
45
# that things are canonically arranged beneath the directories defined
46
46
# above.
47
47
#
48
- # On the Mac you might want to set:
48
+ # On the Mac with IDE 1.0 you might want to set:
49
49
#
50
50
# ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java
51
51
# ARDMK_DIR = /usr/local
52
52
#
53
+ # On the Mac with IDE 1.5+ you might want to set:
54
+ #
55
+ # ARDUINO_DIR = /Applications/Arduino.app/Contents/Java
56
+ # ARDMK_DIR = /usr/local
57
+ #
53
58
# On Linux, you might prefer:
54
59
#
55
60
# ARDUINO_DIR = /usr/share/arduino
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ whilst [Blink](examples/Blink/Makefile) demonstrates the minimal settings requir
134
134
135
135
Download a copy of this repo some where in your system or install it through a package.
136
136
137
- On the Mac you might want to set:
137
+ On the Mac with IDE 1.0 you might want to set:
138
138
139
139
``` make
140
140
ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java
@@ -144,6 +144,11 @@ On the Mac you might want to set:
144
144
BOARD_TAG = mega2560
145
145
```
146
146
147
+ On the Mac with IDE 1.5+ it's like above but with
148
+
149
+ ARDUINO_DIR = /Applications/Arduino.app/Contents/Java
150
+ ```
151
+
147
152
On Linux (if you have installed through package), you shouldn't need to set anything other than your board type and port:
148
153
149
154
```make
You can’t perform that action at this time.
0 commit comments