SFML community forums

Help => General => Topic started by: Snake1224 on April 20, 2018, 07:18:44 pm

Title: SFML static linking
Post by: Snake1224 on April 20, 2018, 07:18:44 pm
Hello

I followed the SFML 2.4 installation tutorial and I want to use static linked library, so I wrote sfml-graphics-s-d and the other in Build Options->Debug->Linker Settings and I recieve the following error:

ld.exe     cannot find -sfml-graphics-s-d
and the others (sfml-window-s-d,sfml-system-s-d)

Where am I wrong?