From 11e2059009f7f3dfa7f1b2b6a8743c17f148691d Mon Sep 17 00:00:00 2001 From: John Whittington Date: Tue, 5 Sep 2017 17:12:22 +0100 Subject: Documentation changes for Windows usage --- Arduino.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Arduino.mk') diff --git a/Arduino.mk b/Arduino.mk index 0b4ed61..8c79015 100644 --- a/Arduino.mk +++ b/Arduino.mk @@ -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 -- cgit v1.2.3