Eralt / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Libary path. #357

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?
Add a property for library path, so we can have libraries somewhere besides 
inside the application folder. e.g. in the user documents folder.

Why?
Having libraries inside the application folder means they would be overwritten 
when installing a new version (This is true on mac OS X).

Would this cause any incompatibilities with previous versions? 
I don't think so.

Original issue reported on code.google.com by phlaph...@gmail.com on 24 Sep 2010 at 11:03

GoogleCodeExporter commented 9 years ago
You can have libraries in the user folder: the library/ sub-directory of the 
sketchbook folder.  See: http://arduino.cc/en/Guide/Environment#libraries

Original comment by dmel...@gmail.com on 15 Aug 2011 at 8:29