Skip to content

Commit ba24a6f

Browse files
committed
Add path examples for both Mac IDE versions
1 parent ededb0e commit ba24a6f

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

Arduino.mk

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,16 @@
4545
# that things are canonically arranged beneath the directories defined
4646
# above.
4747
#
48-
# On the Mac you might want to set:
48+
# On the Mac with IDE 1.0 you might want to set:
4949
#
5050
# ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java
5151
# ARDMK_DIR = /usr/local
5252
#
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+
#
5358
# On Linux, you might prefer:
5459
#
5560
# ARDUINO_DIR = /usr/share/arduino

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ whilst [Blink](examples/Blink/Makefile) demonstrates the minimal settings requir
134134

135135
Download a copy of this repo some where in your system or install it through a package.
136136

137-
On the Mac you might want to set:
137+
On the Mac with IDE 1.0 you might want to set:
138138

139139
```make
140140
ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java
@@ -144,6 +144,11 @@ On the Mac you might want to set:
144144
BOARD_TAG = mega2560
145145
```
146146

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+
147152
On Linux (if you have installed through package), you shouldn't need to set anything other than your board type and port:
148153
149154
```make

0 commit comments

Comments
 (0)