Hello,
I'm just starting out with SFML, and it seems pretty cool. However, I'm very inexperienced when it comes to configuring things inside the terminal, so if you could help I would appreciate it.
I am on Windows 7, write my code in Notepad++, and compile using g++ in Cygwin. I just downloaded the full MinGW SDK for Windows, which I think was the right one because I don't use Visual Studio (even though I have it). On the other hand, Cygwin is Linux-like, so I don't know. The SFML-1.6 folder is now sitting in my c: directory.
Once you have downloaded and extracted the files to your hard drive, you must install the SFML headers and library files to the appropriate location. To do so, you just have to go to the SFML-x.y directory and type "sudo make install".
How do I "install" the headers and libraries? There is no sudo, su-, or any of that in Cygwin.
Or am I completely on the wrong track, and should use Code:Blocks or Visual Studio? That's not preferable, but if I need to I understand.
I'm sorry if this is very basic stuff, but I'm having trouble finding the answers anywhere.
Edit: To clarify, I've already read the nearby similar post with "Cmake" already, but I don't think that's the same problem.