Skip to content

Instantly share code, notes, and snippets.

@eriksk
Created October 18, 2012 21:14
Show Gist options
  • Save eriksk/3914779 to your computer and use it in GitHub Desktop.
Save eriksk/3914779 to your computer and use it in GitHub Desktop.
Compile and run sfml project on mac with g++
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