diff options
| author | Ryan Pavlik <rpavlik@iastate.edu> | 2012-07-05 12:57:24 -0500 |
|---|---|---|
| committer | Ryan Pavlik <rpavlik@iastate.edu> | 2012-07-05 12:57:24 -0500 |
| commit | aaf74a971acf570c9ed71894915c7f476a814e97 (patch) | |
| tree | 256c3f7ccd4addfe3924fe9ef69ee964550e8892 | |
| parent | 3bb4bde491e4a390312a5cedaf92f40d459deffd (diff) | |
Add autodetection caveat to docs
| -rw-r--r-- | arduino-mk/Arduino.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index 5ae497a..2c88de3 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -117,6 +117,9 @@ # You can either set these up in the Makefile, or put them in your # environment e.g. in your .bashrc # +# 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 # instead copy them to e.g. /home/mjo/arduino.mk/bin then set # ARDML_DIR = /home/mjo/arduino.mk |
