1
General / Installing with brew
« on: April 07, 2015, 06:43:31 pm »
Hi,
I'm trying to install SFML using homebrew. I simply type,
I checked the documentation but couldn't find anything about this. I'm pretty new to this whole C++ thing, so I'm very sorry for my stupidity.
Thank you.
I'm trying to install SFML using homebrew. I simply type,
Code: [Select]
$ brew install sfml
then it installs dependencies and SFML accordingly. However it doesn't generate a .framework file for me. There are dylibs generated in /usr/local/lib but I don't know how to use them... I normally install SFML by putting the given .framework files to /Library/Frameworks. How should I proceed from here?I checked the documentation but couldn't find anything about this. I'm pretty new to this whole C++ thing, so I'm very sorry for my stupidity.
Thank you.