aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSudar <sudar@sudarmuthu.com>2013-06-25 22:29:09 -0700
committerSudar <sudar@sudarmuthu.com>2013-06-25 22:29:09 -0700
commita7d55636986452c1cb51ff70fed6cea7fab8d949 (patch)
tree537477a2501097cdfa6f591cebfcf2b81f07a3f2 /README.md
parentfb1fac8a86517f482b4520bccf0bb36ca61d1317 (diff)
parentd8b52bdd3424249d1b7a3d2928047efefa4d7b72 (diff)
Merge pull request #90 from ralfdoering/opensuse
Documention and fixes for openSUSE and system provided avrdude
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index a2e042c..0de27c8 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,11 @@ On Fedora:
yum install perl-Device-SerialPort
yum install perl-YAML
+On openSUSE:
+
+ zypper install perl-Device-SerialPort
+ zypper install perl-YAML
+
On Mac using MacPorts:
sudo port install p5-device-serialport
@@ -54,6 +59,13 @@ standard location for custom libraries when using the Arduino IDE), you need to
set the `ARDUINO_SKETCHBOOK` variable to point to this directory. By default it
is set to `$HOME/sketchbook`.
+## avrdude
+
+To upload compiled files, `avrdude` is used. This Makefile tries to find `avrdude` and it's config (`avrdude.conf`) below `ARDUINO_DIR`. If you like to use the one installed on your system instead of the one which came with Arduino, you can try to set the variables `AVRDUDE` and `AVRDUDE_CONF`. On a typical Linux system these could be set to
+
+ AVRDDUDE = /usr/bin/avrdude
+ AVRDUDE_CONF = /etc/avrdude.conf
+
## Versioning
The current version of the makefile is `0.12.0`. You can find the full history in the [HISTORY.md](HISTORY.md) file