I know it's still in very development but seriously does the SFML 2.0 tutorial have to be so complex? I sped through the 1.6 tutorial without a single problem but this 2.0 tutorial is seriously starting to grind my gears.
SFML 2 will be precompiled when it's publicly released. Until it happens, you use a development snapshot so you have to compile it yourself.
It may seem difficult the first time you use CMake, but it's only basic stuff, really. Putting a path in the PATH environment variable is useful for many other situations, learning how to do this is a good thing for a programer -- especially when dealing with several compiler versions, or several versions of the same library.
Don't say "SFML 2 is hard to compile", but rather "nice, I've learnt very important Windows stuff today"
But no matter where I look there is no Library files?
You've only generated the project/makefiles that can compile SFML. Now you need to compile it (mingw32-make).
This is explained in the tutorial.