SFML community forums

Help => General => Topic started by: pls help on September 26, 2021, 02:02:28 pm

Title: i need help with sfml setup on code::block
Post by: pls help on September 26, 2021, 02:02:28 pm
hello, i tried to setup sfml on my computer with an online tutorial but code::blocks prints error:
"cannot find -lsfml-graphics-s"
"cannot find -lsfml-window-s"
"cannot find -lsfml-system-s"





Title: Re: i need help with sfml setup on code::block
Post by: G. on September 26, 2021, 03:22:42 pm
https://www.sfml-dev.org/tutorials/2.5/start-cb.php
Don't forget to add the path to your lib and include directories
Title: Re: i need help with sfml setup on code::block
Post by: pls help on September 26, 2021, 05:20:24 pm
i did everything like in tutorial but it doesnt work
Title: Re: i need help with sfml setup on code::block
Post by: eXpl0it3r on September 27, 2021, 10:26:24 am
If it can't find the libraries, then you haven't set the library path correctly.
Make sure you set it for the correct configuration (debug vs release)