From fd7c38d16b8f83c101549e17a6389ab554f7fb84 Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Fri, 1 Feb 2013 12:18:09 +0100 Subject: [PATCH] readme --- README.mdown | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.mdown diff --git a/README.mdown b/README.mdown new file mode 100644 index 0000000..cc220ed --- /dev/null +++ b/README.mdown @@ -0,0 +1,22 @@ +# C Blocks Closure-Objects + +Fooling around with Blocks in C to create pseudo-classes and -instances. + +## Usage + + make + ./main + +Optionnally: + + CC=clang make + +But mainly, read the source. + +## Requirements + +A compiler that supports C blocks, like clang (whatever the plaform) or GCC with Apple's block patches. + +## Wishes + +I wish C11 had blocks as standard, and GCC get on board, and the FSF and Apple stop fighting over copyright assignment blocking an otherwise fine patch merge.