SFML community forums

Help => General => Topic started by: brendanberg on December 02, 2018, 10:49:00 am

Title: 2.5.0 Installation on macOS
Post by: brendanberg on December 02, 2018, 10:49:00 am
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!
Title: Re: 2.5.0 Installation on macOS
Post by: Laurent on December 02, 2018, 12:19:52 pm
Have you first read the tutorial (https://www.sfml-dev.org/tutorials/2.5/start-osx.php), and if so, then what is not clear or doesn't work for you?