SFML community forums
Help => General => Topic started by: udaniel on April 19, 2021, 04:45:28 pm
-
i just download sfml and i ran the example but for some reason it created a next progam named makefile.exe and it gave me an error
-
Looks like you're not linking SFML.
How does the complete line with LIBS = ... look like?
-
what do you mean
-
On the make file line with LIBS= you need to list the SFML libraries to be linked
-
this is what i see
-
You use -I instead of -l (lower-case L)