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

Author Topic: 2.5.0 Installation on macOS  (Read 858 times)

0 Members and 1 Guest are viewing this topic.

brendanberg

  • Guest
2.5.0 Installation on macOS
« 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!

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: 2.5.0 Installation on macOS
« Reply #1 on: December 02, 2018, 12:19:52 pm »
Have you first read the tutorial, and if so, then what is not clear or doesn't work for you?
Laurent Gomila - SFML developer

 

anything