summaryrefslogtreecommitdiffstats
path: root/development/Arduino/README
diff options
context:
space:
mode:
author Mario Preksavec2015-07-26 14:59:31 +0200
committer Willy Sudiarto Raharjo2015-08-01 02:53:33 +0200
commitba2b1e6a0ed44d48e6e62fc965bed29e5a36c712 (patch)
tree170d6850dca28cc04c8b2781e6e410540f1f68c6 /development/Arduino/README
parent35879f0162a3e3ef08b8f3df1859d7e530497e6e (diff)
downloadslackbuilds-ba2b1e6a0ed44d48e6e62fc965bed29e5a36c712.tar.gz
development/Arduino: Small fixes and binary version coexistence.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'development/Arduino/README')
-rw-r--r--development/Arduino/README7
1 files changed, 2 insertions, 5 deletions
diff --git a/development/Arduino/README b/development/Arduino/README
index 320ad52535..581ee5734d 100644
--- a/development/Arduino/README
+++ b/development/Arduino/README
@@ -3,8 +3,5 @@ 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.
+NOTE: This script compiles everything from the source. Compared to the binary
+version, it will take longer and require almost 1GB of free space.