Run:
curl -ks https://gist.github.com/nicerobot/5853569/raw/opencl.sh | bash -
| #!/bin/bash | |
| git clone https://github.com/nicerobot/OpenCL-Getting-Started.git | |
| cd OpenCL-Getting-Started && { | |
| gcc -Wall main.c -framework OpenCL -o main && ./main | |
| } |