Skip to content

Instantly share code, notes, and snippets.

@ar-android
Created June 16, 2019 16:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ar-android/6b26db1778b8626fe5af044acb3c02b2 to your computer and use it in GitHub Desktop.
Save ar-android/6b26db1778b8626fe5af044acb3c02b2 to your computer and use it in GitHub Desktop.

Install SFML

wget https://www.sfml-dev.org/files/SFML-2.5.1-macOS-clang.tar.gz
gunzip -c SFML-2.5.1-macOS-clang.tar.gz| tar xopf -
sudo cp -R  SFML-2.5.1-macos-clang/Frameworks /Library
sudo cp -R SFML-2.5.1-macos-clang/lib /usr/local/
sudo cp -R SFML-2.5.1-macos-clang/include /usr/local/
sudo cp -R SFML-2.5.1-macos-clang/extlibs /Library/Frameworks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment