Offline
Edison Member
Karma: 15
Posts: 1009
Arduino rocks
|
 |
« Reply #1 on: April 27, 2012, 12:12:25 am » |
If you want your sketchbook one place and the libraries folder another, I'm pretty sure you'll need to download the arduino source, change it, and recompile it. I'm no expert in the source code (this is the first time I've looked at it), but it looks like you'll need to change line 1571 in Base.java
The obvious alternative is to just make your sketch book directory in the dropbox folder (change it with file->preferences)
|
|
|
|
|
Logged
|
|
|
|
|
SE USA
Offline
Faraday Member
Karma: 33
Posts: 3624
@ssh0le
|
 |
« Reply #2 on: April 27, 2012, 12:39:53 am » |
in linux arduino is in
/usr/share/arduino
your sketchbook is in
/home/username/sketchbook
though having arduino in /usr/share/ makes life a PITA since its not normally a part of your user account so you have to assign permissions or use su/sudo to mess with it
either way its a royal pain in the ass ... though users are too stupid and things like folding code blocks would confuse them
its open source, deal with it, exploit it, make it your own ... choice is yours, though none are really the best choice
*shrug*
|
|
|
|
|
Logged
|
http://arduino.cc/forum/index.php?action=unread;boards=2,3,4,5,67,6,7,8,9,10,11,66,12,13,15,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,86,87,89,1;ALL
|
|
|
|