Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Is SFML with linux + clang a possibility in the future?  (Read 1988 times)

0 Members and 1 Guest are viewing this topic.

Syntactic Fructose

  • Jr. Member
  • **
  • Posts: 80
  • Overflowing stacks and eating snacks
    • View Profile
Is SFML with linux + clang a possibility in the future?
« 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?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10815
    • View Profile
    • development blog
    • Email
Re: Is SFML with linux + clang a possibility in the future?
« Reply #1 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. ;)
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
Re: Is SFML with linux + clang a possibility in the future?
« Reply #2 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.