Skip to content

Instantly share code, notes, and snippets.

@madelinecr
Created February 10, 2012 20:52
Show Gist options
  • Select an option

  • Save madelinecr/1792759 to your computer and use it in GitHub Desktop.

Select an option

Save madelinecr/1792759 to your computer and use it in GitHub Desktop.
SFML 2.0 OSX G++ Incantation
g++ -c main.cpp
g++ -o main main.cpp -lsfml-system -lsfml-window -framework OpenGL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment