From 474da2ced413a892f455ebf99a8029b3cd753d79 Mon Sep 17 00:00:00 2001 From: Christopher Peplin Date: Tue, 9 Jul 2013 12:55:42 -0400 Subject: [PATCH] Remove Perl YAML dependency from documentation. YAML is no longer necessary in Perl since ard-parse-boards was implemented in the Makefile itself. --- README.md | 8 +------- arduino-mk/Arduino.mk | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index da44cf3..8ba07bc 100644 --- a/README.md +++ b/README.md @@ -22,35 +22,29 @@ 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. You'll also -need the `YAML` library to run ard-parse-boards. +You'll need to install `Device::SerialPort` to use it though. On Debian or Ubuntu: apt-get install libdevice-serialport-perl - apt-get install libyaml-perl On Fedora: yum install perl-Device-SerialPort - yum install perl-YAML On openSUSE: zypper install perl-Device-SerialPort - zypper 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 - cpanm YAML ## Including Libraries diff --git a/arduino-mk/Arduino.mk b/arduino-mk/Arduino.mk index ffbc90a..7c45bc5 100644 --- a/arduino-mk/Arduino.mk +++ b/arduino-mk/Arduino.mk @@ -73,7 +73,6 @@ # DEPENDENCIES # # The Perl programs need a couple of libraries: -# YAML # Device::SerialPort # ########################################################################