diff options
| author | Martin Oldfield <github-2012-02-24@mjo.tc> | 2012-04-26 15:14:13 -0700 |
|---|---|---|
| committer | Martin Oldfield <github-2012-02-24@mjo.tc> | 2012-04-26 15:14:13 -0700 |
| commit | 3bc318b43e3faa2b11de7c3d30e6b6c7bb19ec84 (patch) | |
| tree | 8fc50f40ff7536d02714439752c22afd154007c0 /README.md | |
| parent | b3a4a24922378629b65e07fb87dc65d0f3a52bc9 (diff) | |
| parent | de2b5273ec27fbf418c642a34af4721608cd4163 (diff) | |
Merge pull request #6 from peplin/sketchbook-libraries
Compile and include libraries from the sketchbook folder
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,3 +8,10 @@ documentation](http://mjo.tc/atelier/2009/02/arduino-cli.html "Documentation") exists. If you're using Debian or Ubuntu, you can find this in the arduino-core package. + +## User Libraries + +In order to use Arduino libraries installed in the user's sketchbook folder (the +standard location for custom libraries when using the Arduino IDE), you need to +set the `ARDUNIO_SKETCHBOOK` variable to point to this directory. By default it +is set to `$HOME/sketchbook`. |
