Added installation notes for Fedora as per Rickard Lindberg's patch; tweaked notes for other OSs
This commit is contained in:
parent
409823d061
commit
c6fef7c499
1 changed files with 12 additions and 3 deletions
15
README.md
15
README.md
|
@ -38,14 +38,23 @@ On Linux, you might prefer:
|
||||||
AVR_TOOLS_DIR = /usr
|
AVR_TOOLS_DIR = /usr
|
||||||
|
|
||||||
The Makefile also delegates resetting the board to a short Perl program.
|
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
|
You'll need to install Device::SerialPort to use it though. You'll also
|
||||||
Ubuntu do
|
need the YAML library to run ard-parse-boards.
|
||||||
|
|
||||||
|
On Debian or Ubuntu:
|
||||||
|
|
||||||
apt-get install libdevice-serial-perl
|
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 Device::SerialPort
|
||||||
|
cpanm YAML
|
||||||
|
|
||||||
## User Libraries
|
## User Libraries
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue