Added installation notes for Fedora as per Rickard Lindberg's patch; tweaked notes for other OSs

This commit is contained in:
Martin Oldfield 2012-09-17 16:05:21 +01:00
parent 409823d061
commit c6fef7c499

View file

@ -38,14 +38,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.
On Debian or Ubuntu:
apt-get install libdevice-serial-perl
apt-get install libyaml-perl
On other systems
On Fedora:
yum install perl-Device-SerialPort
yum install perl-YAML
On other systems:
cpanm Device::SerialPort
cpanm YAML
## User Libraries