amperka / ino

Command line toolkit for working with Arduino hardware
http://inotool.org
MIT License
1.08k stars 233 forks source link

OSX: Also look for arduino in ~/Applications/ #185

Closed nthapaliya closed 8 years ago

nthapaliya commented 9 years ago

Some people like to install Arduino.app in their home folder. For such a case, this one line addition allows ino to look for in the arduino installation in $USER.

Note: A more involved rewrite could allow the user to specify where they have installed the arduino libs via command line or a config file.

ches commented 9 years ago

:+1: especially because symlinking into ~/Applications is default behavior for Homebrew Cask. This is an easy install method:

$ brew cask install arduino
$ brew install ino

There are still other problems with current IDE versions like #244, but I agree with including ~/Applications in the default search paths nonetheless.

ches commented 9 years ago

Duplicate of #132

jottr commented 9 years ago

:+1: