Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

Where do i put the Arduino "Library" folder on a Mac?

share|improve this question

2 Answers

up vote 6 down vote accepted

Libraries should go to ~/Documents/Arduino/libraries/ folder. This way when you upgrade Arduino IDE it wont overwrite your libraries. If Arduino IDE does not show your recently added library you need to restart the IDE.

share|improve this answer

I can't find a folder called 'Library' for my own version (0017).

If you mean the preferences.txt that goes in "/Users//Library/Arduino".

Otherwise all libraries are inside the package (right click on the Arduino icon to access) then contained in "/Contents/Resources/Java" there are 'lib' and 'libaries' folders.

Hope that helps a little :)

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.