diff options
author | Vliegendehuiskat <vliegendehuiskat [at] gmail [dot] com> | 2012-05-29 17:28:39 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-06-03 15:21:07 -0500 |
commit | f6de9e8853edb54c0fec6a844717bb1ef2d26a65 (patch) | |
tree | 94297e1c726f6d7625e21c8758d93f1b155e0858 /development/arduino/README | |
parent | 988a73f62b2795a6f450e21bc166db9dc2828442 (diff) | |
download | slackbuilds-f6de9e8853edb54c0fec6a844717bb1ef2d26a65.tar.gz |
development/arduino: Updated for version 1.0.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/arduino/README')
-rw-r--r-- | development/arduino/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/development/arduino/README b/development/arduino/README index 440c2d6383..251f169b2d 100644 --- a/development/arduino/README +++ b/development/arduino/README @@ -15,9 +15,3 @@ The open-source Arduino environment makes it easy to write code and upload it to the i/o board. It runs on Windows, Mac OS X, and Linux. The environment is written in Java and based on Processing, avr-gcc, and other open source software. - -This requires avr-libc, avr-gcc, and avr-binutils. - -Note: Due to a bug in the Arduino IDE, you might need to downgrade to -avr-binutils 2.20.1 to compile programs for some boards. You can use the -SlackBuild from SBo to compile a working version of avr-binutils 2.20.1. |