SFML community forums

General => General discussions => Topic started by: Syntactic Fructose on May 16, 2013, 11:41:50 pm

Title: Is SFML with linux + clang a possibility in the future?
Post by: Syntactic Fructose on May 16, 2013, 11:41:50 pm
First off, new website is amazing as with the logo. Plus 2.0 is officially out and stable  ;D!

Title really explains it all, I enjoy using clang as a compiler, but I also really enjoy using SFML and openGL together. Are there plans in the future for clang support?
Title: Re: Is SFML with linux + clang a possibility in the future?
Post by: eXpl0it3r on May 16, 2013, 11:56:13 pm
Linux and Clang are obviously supported -- SFML uses CMake to generate customized make/project files. You simply need to tell CMake to use Clang, if it's not the default compiler.
I on the other hand doubt, that Laurent will release an extra version for Clang. ;)
Title: Re: Is SFML with linux + clang a possibility in the future?
Post by: Tank on May 17, 2013, 09:01:04 am
It's even compiled with clang for OSX. I haven't tried it myself, but I'm quite sure that it'll work.