I don't understand how I am supposed to set a path variable.. I installed C-Make and I downloaded the SFML 2.0 files and put them in respective folders. But I don't know what I am doing wrong. Whenever I open the visual studio command prompt and type cmake I get nothing just an unknown command error. Any ideas or help?
Under Windows 7 click start, right click computer then select properties. At the upper left of the window that appears you will see an option called "Advanced System Settings". Click that and a new window comes up. At the lower right click "Environment Variables". Yet another window comes up with a scrollable window at the bottom. Scroll till you find "Path". Select "Path" then click edit. A text entry box comes up. Now, at the end of the list, enter the path to your installed version of CMake, preceded by a semi colon. Click Ok then try the tutorial again and everything should work fine.