Hello!
I have a question regarding the installation of SFML 2.5. I am used to using the brew package manager on my macOS machine. But I just get the SFML 2.4.2 version installed by it. I use CLion and therefore CMake for development, so using 2.5.0 with the restructured CMake would benefit me. So how do I actually have to install SFML 2.5.0 so that I can link my project against it with CMake?
I tried
- using brew which resulted in the installation of 2.4.2
- building SFML by myself with CMake which resulted in a "compiler error" (after the building process I would still not know where to put the compiled files)
Thank you for your help!