From ba24a6ff4d624040e6316084e54b5ce4f93ece4a Mon Sep 17 00:00:00 2001 From: Thomas Kilian Date: Mon, 21 Sep 2015 20:41:44 +0200 Subject: Add path examples for both Mac IDE versions --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 120d1da..19b0f0e 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ whilst [Blink](examples/Blink/Makefile) demonstrates the minimal settings requir Download a copy of this repo some where in your system or install it through a package. -On the Mac you might want to set: +On the Mac with IDE 1.0 you might want to set: ```make ARDUINO_DIR = /Applications/Arduino.app/Contents/Resources/Java @@ -144,6 +144,11 @@ On the Mac you might want to set: BOARD_TAG = mega2560 ``` +On the Mac with IDE 1.5+ it's like above but with + + ARDUINO_DIR = /Applications/Arduino.app/Contents/Java +``` + On Linux (if you have installed through package), you shouldn't need to set anything other than your board type and port: ```make -- cgit v1.2.3 From cba515531cdebc1bcb65527a1682a0e7ff362f5a Mon Sep 17 00:00:00 2001 From: Thomas Kilian Date: Mon, 21 Sep 2015 23:39:21 +0200 Subject: added missing quote in RAEDME.md and fix-note in HISTORY.md --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 19b0f0e..948cf8b 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ On the Mac with IDE 1.0 you might want to set: On the Mac with IDE 1.5+ it's like above but with +``` ARDUINO_DIR = /Applications/Arduino.app/Contents/Java ``` -- cgit v1.2.3 From c0fea5ccd9d4db662c2a64e8c390d671d138bae7 Mon Sep 17 00:00:00 2001 From: Sudar Muthu Date: Mon, 22 Feb 2016 17:21:46 +0530 Subject: Bump up version to v1.5.1 for release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 948cf8b..bf59185 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ See examples/BlinkTeensy for example usage. ## Versioning -The current version of the makefile is `1.5`. You can find the full history in the [HISTORY.md](HISTORY.md) file +The current version of the makefile is `1.5.1`. You can find the full history in the [HISTORY.md](HISTORY.md) file This project adheres to Semantic [Versioning 2.0](http://semver.org/). -- cgit v1.2.3