diff options
| author | Sudar <sudar@sudarmuthu.com> | 2013-07-26 19:00:32 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2013-07-28 11:42:21 +0530 |
| commit | 8fee3165f4c28ad8ab389fe526a768af04f8489f (patch) | |
| tree | 2f431e61c1d400e83b24e038a756ed3b05543f26 /arduino-mk/Arduino.mk | |
| parent | b78d8433572bafe9e025cb9592908c25c3d72229 (diff) | |
Update instructions about ARDMK_DIR and ARDMK_PATH
Both `ARDMK_DIR` and `ARDMK_PATH` needs to be set differently based on
whether the makefile is installed through a package or git checkout.
Refer to #111 to find out why it is needed.
Diffstat (limited to 'arduino-mk/Arduino.mk')
| -rw-r--r-- | arduino-mk/Arduino.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index dde829d..e90998f 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -30,7 +30,8 @@ # We need to worry about three different sorts of file: # # 1. Things which are included in this distribution e.g. ard-reset-arduino -# => ARDMK_DIR +# => ARDMK_DIR - Where the *.mk files are stored +# => ARDMK_PATH - Where the ard-reset-arduino script is stored # # 2. Things which are always in the Arduino distribution e.g. # boards.txt, libraries, &c. @@ -62,9 +63,9 @@ # If you don't specify these, we can try to guess, but that might not work # or work the way you want it to. # -# If you don't install the ard-... binaries to /usr/local/bin, but +# If you don't install the ard-reset-arduino binary to /usr/local/bin, but # instead copy them to e.g. /home/mjo/arduino.mk/bin then set -# ARDML_DIR = /home/mjo/arduino.mk +# ARDMK_PATH = /home/mjo/arduino.mk/bin # # If you'd rather not see the configuration output, define ARDUINO_QUIET. # |
