summaryrefslogtreecommitdiffstats
path: root/development/blocksruntime/README
diff options
context:
space:
mode:
author Felipe Bugno2017-10-30 13:40:24 +0100
committer Willy Sudiarto Raharjo2017-10-30 13:40:24 +0100
commitedf41f96501bb82ed7f1ff6a87fd32806dca80cd (patch)
treea6fc27a5fe3943814ea7b39b634fc7e2fedcd974 /development/blocksruntime/README
parentf15b476b80702bb903571933475221acad3a3268 (diff)
downloadslackbuilds-edf41f96501bb82ed7f1ff6a87fd32806dca80cd.tar.gz
development/blocksruntime: Added (BlocksRunTime library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/blocksruntime/README')
-rw-r--r--development/blocksruntime/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/development/blocksruntime/README b/development/blocksruntime/README
new file mode 100644
index 0000000000..b81cb97384
--- /dev/null
+++ b/development/blocksruntime/README
@@ -0,0 +1,13 @@
+This slackbuild provides a convenient way to install the BlocksRuntime
+library from the compiler-rt project (see http://compiler-rt.llvm.org/).
+
+Several systems (Linux, FreeBSD, MacPorts, etc.) provide the clang
+compiler either preinstalled or as an available package which has
+Blocks support (provided the -fblocks compiler option is used).
+
+Unfortunately, those installer packages do not provide the Blocks
+runtime library, since this is a non-standard extension by Apple to
+Clang.
+
+This SBo is inspired by the work of:
+https://github.com/mackyle/blocksruntime/