Hi,
I've been trying to build SFML and setup a sample project without success. I'm running OSX and I want to use CMake to build the project and setup my sample project. I've been following the tutorial
https://github.com/SFML/SFML/wiki/Tutorial%3A-Build-your-SFML-project-with-CMake. I finally was able to build and install my project but when I tried to run the program I got error libraries are missing.
I realised I hadn't built SFML but it seems Mac Version of SFML is missing CMake files to build it. I downloaded the version that should contain all the source files and I was able to build it but now when I try to rebuild and then make (make install) my project I get errors from missing library again. I think all the source files are not compatible with OSX probably or maybe something else is messed up.
I'm quite lost here. Could someone point me a step-by-step guide how to build SFML and setup a sample project using CMake?