diff options
author | Felipe Bugno <capent@yahoo.com> | 2017-10-30 19:40:24 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-30 19:40:24 +0700 |
commit | edf41f96501bb82ed7f1ff6a87fd32806dca80cd (patch) | |
tree | a6fc27a5fe3943814ea7b39b634fc7e2fedcd974 /development/blocksruntime/README | |
parent | f15b476b80702bb903571933475221acad3a3268 (diff) | |
download | slackbuilds-edf41f96501bb82ed7f1ff6a87fd32806dca80cd.tar.gz slackbuilds-edf41f96501bb82ed7f1ff6a87fd32806dca80cd.tar.xz |
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/README | 13 |
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/ |