aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Lohr <andr3as.lohr@gmail.com>2012-10-07 11:54:14 +0200
committerAndreas Lohr <andr3as.lohr@gmail.com>2012-10-07 11:54:14 +0200
commit4241eccacc6a64cff1638a393a96a8a34acda9d3 (patch)
tree9eabeb938a3875fc3cbd1e3c8a7023395faea2c5
parent77f8ee0d77b4029300e0fda877db8e091f25c5d0 (diff)
added MacPorts
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0d949ae..9351277 100644
--- a/README.md
+++ b/README.md
@@ -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