Hello,
I am trying to build SFML 2.1 from the source for Visual Studio 2010. I have successfully completed it for Code::Blocks and I have been using that but I would like to start using Visual Studio.
When I try to configure the build commands using:
cmake -G "NMake Makefiles" -D CMAKE_BUILD_TYPE=Release -D BUILD_SHARED_LIBS=TRUE -D STATIC_STD_LIBS=FALSE c:/sfml/
I get lots of error output. I am using the visual studio command prompt. I am using cmake 2.8.4 and I have added the cmake to the path in the enviroment variables.
I can't figure out what my problem is. Any advice will help.
I have attached an screenshot of my error that I get. Please help!
Thanks