added MacPorts
This commit is contained in:
parent
77f8ee0d77
commit
4241eccacc
1 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,13 @@ On Fedora:
|
|||
yum install perl-Device-SerialPort
|
||||
yum install perl-YAML
|
||||
|
||||
On Mac using MacPorts:
|
||||
|
||||
sudo port install p5-device-serialport
|
||||
sudo port install p5-YAML
|
||||
|
||||
and use /opt/local/bin/perl5 instead of /usr/bin/perl
|
||||
|
||||
On other systems:
|
||||
|
||||
cpanm Device::SerialPort
|
||||
|
|
Loading…
Reference in a new issue