Well at first it said it couldn't find "SFML/Graphics.hpp", then I fixed that I believe because I wasn't using Unix Make files and then after that it wouldn't compile because it couldn't some .dylib file and it said it failed with error code 1:
ld: library not found for -lsfml-system-d
Command /Developer/usr/bin/clang++ failed with exit code 1
Oh and this is version 2.0, I downloaded it last night and I used cmake 2.8.5.
I then changed the directory of the library files on where to output them in Cmake, it seemed to build after that once I directed the project to the file. But when I run it, it just crashed and does not work, it would help if there was a video or something so I know I'm doing everything correctly.