SFML community forums

Help => General => Topic started by: Programmy on June 10, 2018, 08:12:03 am

Title: cannot find -ljpeg error
Post by: Programmy on June 10, 2018, 08:12:03 am
I installed SFML, but it shows this error when I compile it with the opening a window code. need help pls
Title: Re: cannot find -ljpeg error
Post by: eXpl0it3r on June 10, 2018, 09:01:32 am
Because libjpeg isn't a dependency of SFML anymore as of SFML 2.5.
Title: Re: cannot find -ljpeg error
Post by: Programmy on June 10, 2018, 03:52:48 pm
how do I make it compile  then?
Title: Re: cannot find -ljpeg error
Post by: eXpl0it3r on June 10, 2018, 04:36:12 pm
By not linking against libjpeg.