diff options
| author | Sudar <sudar@sudarmuthu.com> | 2012-12-15 17:07:00 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2012-12-15 17:29:59 +0530 |
| commit | c039f5f39ba74c5e01180ac46e3887751d0190e6 (patch) | |
| tree | cafad9ceab87ad10e0547166c5bbbf7d886be866 /README.md | |
| parent | bb172d1c42ba4c4f174f8eb32d222a19d6cc9781 (diff) | |
| parent | 184230fcf2ac9075fee642be8948d406913cb7df (diff) | |
Merged all commits from upstream
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 16 insertions, 4 deletions
@@ -37,14 +37,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. - apt-get install libdevice-serialport-perl libconfig-yaml-perl +On Debian or Ubuntu: -On other systems + 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: cpanm Device::SerialPort + cpanm YAML ## User Libraries @@ -91,6 +100,9 @@ The following are the list of changes that I have made or merged in this fork. H ### 0.9.3.2 10.ix.2012 Sudar - Fixed a typo in README. Issue reported at upstream (https://github.com/mjoldfield/Arduino-Makefile/issues/21) +### 0.10 17.ix.12 M J Oldfield +- Merged all changes from Upstream + ## Know Issues - Because of the way the makefile is structured, the configuration parameters gets printed twice. - Doesn't work with Leonardo yet. |
