Created
October 18, 2012 21:14
-
-
Save eriksk/3914779 to your computer and use it in GitHub Desktop.
Compile and run sfml project on mac with g++
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
g++ -F /Library/Frameworks -c main.cpp | g++ main.o -o main -framework sfml-window -framework sfml-graphics -framework sfml-system | exec ./main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment