diff options
| author | John Whittington <john.whittington@cruxproductdesign.com> | 2017-09-05 17:12:22 +0100 |
|---|---|---|
| committer | John Whittington <john.whittington@cruxproductdesign.com> | 2017-09-05 17:12:22 +0100 |
| commit | 11e2059009f7f3dfa7f1b2b6a8743c17f148691d (patch) | |
| tree | 7f7dd091530187815a4218ed198acef2b6cee7e2 /Arduino.mk | |
| parent | 4519be5bac8d90ce2964595dc7df7ca9434e0207 (diff) | |
Documentation changes for Windows usage
Diffstat (limited to 'Arduino.mk')
| -rw-r--r-- | Arduino.mk | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -65,12 +65,12 @@ # configuration options. Control Panel > System > Advanced system settings # Also take into account that when you set them you have to add '\' on # all spaces and special characters. -# ARDUINO_DIR and AVR_TOOLS_DIR have to be relative and not absolute. # This are just examples, you have to adapt this variables accordingly to -# your system. +# your system. Note the difference between ARDMK_DIR, which can use /cygdrive/ +# and USER_LIB_PATH, which cannnot due to invoking with the build tools # -# ARDUINO_DIR =../../../../../Arduino -# AVR_TOOLS_DIR =../../../../../Arduino/hardware/tools/avr +# ARDUINO_DIR = C:/Arduino +# AVR_TOOLS_DIR = C:/Arduino/hardware/tools/avr # ARDMK_DIR = /cygdrive/c/Users/"YourUser"/Arduino-Makefile # # On Windows it is highly recommended that you create a symbolic link directory |
