Skip to content

Instantly share code, notes, and snippets.

@Mulperi
Last active June 28, 2021 10:09
Show Gist options
  • Save Mulperi/ec52c0e20a438a80ce2326fa0e014262 to your computer and use it in GitHub Desktop.
Save Mulperi/ec52c0e20a438a80ce2326fa0e014262 to your computer and use it in GitHub Desktop.
SFML Xcode quick start

SFML in Xcode using project template and frameworks

  • Download SFML for Mac from: https://www.sfml-dev.org/download.php
  • From extracted folder, copy contents of Frameworks and extlibs folders to /Library/Frameworks.
  • From extracted folder, copy templates folder to ~/Library/Developer/Xcode/Templates.
  • Create new project with SFML template and select using of Frameworks instead of dynamic libraries.
  • If building fails, go to Build phases and select For install builds only.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment