I'm new to sfml, running the latest version and using the dynamic builds, not the static ones. Hopefully that's the easier option for 1st-time users.
I followed the tutorials but when I run my project it gives me an error:
"The program can't start because sfml-system-2.dll is missing from your computer. Try reinstalling the program to fix this problem."
Now I'm sure I've given the right paths to the include files, the libraries, and the additional dependencies. I don't see any "sfml-system-2.dll" file anywhere, not even in the tutorials.
Edit: Neeeeeevermind I forgot I have to manually copy/paste the .dlls into the executable's folder