Hey guys. I'm kinda new to recompiling libraries, and I'm not sure about how to recompile SFML to work with Visual Studio 2012 Express. CMake just gives me errors, and from what I have gathered off the net, it doesn't support the express edition. I get:
CMake Error: CMake was unable to find a build program corresponding to "Visual Studio 11". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
I wanted to know, is there a fix, and if not, is there any alternative to CMake? Or if a pre-compiled version for 2012 is available to download somewhere.
It seems the crash problem I was running into (My previous thread) was caused by using the 2010 version on VS2012.
Thanks in advance