summaryrefslogtreecommitdiffstats
path: root/development/Arduino/README
diff options
context:
space:
mode:
author Mario Preksavec2015-07-24 13:52:44 +0200
committer Willy Sudiarto Raharjo2015-07-24 13:52:44 +0200
commit0c8a939ff0457a7a646a041f8d4a5fd7861901fe (patch)
tree76cd66817d7fa32386ebdecb79a89ac7348cfad9 /development/Arduino/README
parent75096178caaef9c595fb55c8445dcf687e6f1341 (diff)
downloadslackbuilds-0c8a939ff0457a7a646a041f8d4a5fd7861901fe.tar.gz
development/Arduino: Added (IDE).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/Arduino/README')
-rw-r--r--development/Arduino/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/development/Arduino/README b/development/Arduino/README
new file mode 100644
index 0000000000..320ad52535
--- /dev/null
+++ b/development/Arduino/README
@@ -0,0 +1,10 @@
+The open-source Arduino Software (IDE) makes it easy to write code and upload
+it to the board. It runs on Windows, Mac OS X, and Linux. The environment
+is written in Java and based on Processing and other open-source software.
+This software can be used with any Arduino board.
+
+NOTE: This script no longer uses binary packages from the upstream, and
+it's a complete rewrite from scratch. Currently, the upstream compiles on a
+system which uses libraries not found in stock Slackware packages, namely
+libtinfo from ncurses. This change affects both compile taking longer and
+a free space requirement now being close to 1GB.