diff options
| author | Martin Oldfield <m@mjo.tc> | 2012-09-17 16:05:21 +0100 |
|---|---|---|
| committer | Martin Oldfield <m@mjo.tc> | 2012-09-17 16:09:35 +0100 |
| commit | c6fef7c499a21ec1443f540957ae2f4ae3544841 (patch) | |
| tree | c1c208214c4b2ca2dfb48b221706830d96a91bbe /README.md | |
| parent | 409823d061adf4aa0368317d3d36312880c06d0e (diff) | |
Added installation notes for Fedora as per Rickard Lindberg's patch; tweaked notes for other OSs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -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 Fedora: + + yum install perl-Device-SerialPort + yum install perl-YAML -On other systems +On other systems: cpanm Device::SerialPort + cpanm YAML ## User Libraries |
