aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 13 insertions, 4 deletions
diff --git a/README.md b/README.md
index 233f6dc..52535c4 100644
--- a/README.md
+++ b/README.md
@@ -37,14 +37,23 @@ On Linux, you might prefer:
AVR_TOOLS_DIR = /usr
The Makefile also delegates resetting the board to a short Perl program.
-You'll need to install Device::SerialPort to use it though. On Debian or
-Ubuntu do
+You'll need to install Device::SerialPort to use it though. You'll also
+need the YAML library to run ard-parse-boards.
- apt-get install libdevice-serialport-perl libconfig-yaml-perl
+On Debian or Ubuntu:
-On other systems
+ apt-get install libdevice-serial-perl
+ apt-get install libyaml-perl
+
+On Fedora:
+
+ yum install perl-Device-SerialPort
+ yum install perl-YAML
+
+On other systems:
cpanm Device::SerialPort
+ cpanm YAML
## User Libraries