README 564 B

1234567891011121314
  1. This slackbuild provides a convenient way to install the BlocksRuntime
  2. library from the compiler-rt project (see http://compiler-rt.llvm.org/).
  3. Several systems (Linux, FreeBSD, MacPorts, etc.) provide the clang
  4. compiler either preinstalled or as an available package which has
  5. Blocks support (provided the -fblocks compiler option is used).
  6. Unfortunately, those installer packages do not provide the Blocks
  7. runtime library, since this is a non-standard extension by Apple to
  8. Clang.
  9. This SBo is inspired by the work of:
  10. https://github.com/mackyle/blocksruntime/