amperka / ino

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

Flexible way to specify Arduino IDE installation on Mac OS X #247

Open rdgoite opened 9 years ago

rdgoite commented 9 years ago

ino assumes that the Arduino IDE is placed in /Applications/Arduino but that's not always the case; some users organize their installations differently. Is there a way to configure ino to look for it somewhere else?

michalsarna commented 8 years ago

I've got similar problem but I've installed my Arduino app in proper path but path inside changed. There is no: /Applications/Arduino.app/Contents/Resources/Java/hardware/arduino path but there is: /Applications/Arduino.app/Contents/Java/hardware/arduino/avr containing boards.txt - as it fails on this one at first. I've got Arduino 1.6.5 (from arduino.cc)