I am trying to compile a sfml project via command line under mac osx. Currently, I’m not able to get it to compile. Any help guys?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For the simple window application they include as part of the templates. I was able to compile it with the following command.
g++ -framework OpenGL -framework SFML -framework SFML-window main.cppI hope that helps