SFML community forums

Help => General => Topic started by: KitKat on April 03, 2016, 04:59:40 pm

Title: SFML for Dev C++?
Post by: KitKat on April 03, 2016, 04:59:40 pm
I'm looking for SFML for Dev C++, but I can't seem to find one to download, could anyone please help?
Title: Re: SFML for Dev C++?
Post by: Jesper Juhl on April 03, 2016, 05:54:34 pm
Just compile SFML yourself. It's simple and there's even a tutorial for it: http://www.sfml-dev.org/tutorials/2.3/compile-with-cmake.php - it'll take you 5-10min tops.
Title: AW: SFML for Dev C++?
Post by: eXpl0it3r on April 03, 2016, 07:09:58 pm
Alternatively you can also get an exactly matching MinGW compiler to use with Dev C++.