Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add installation instructions for M1 chips #44

Open
eugenevinitsky opened this issue Aug 4, 2022 · 1 comment
Open

[Feature] Add installation instructions for M1 chips #44

eugenevinitsky opened this issue Aug 4, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@eugenevinitsky
Copy link
Collaborator

eugenevinitsky commented Aug 4, 2022

Feature

The current version of SFML downloaded with Brew (2.5.1) is not compatible with M1 chips and we need to upgrade the installation instructions to account for this.

@eugenevinitsky eugenevinitsky added the enhancement New feature or request label Aug 4, 2022
@eugenevinitsky
Copy link
Collaborator Author

Some more notes, you can get it working by downloading the most up to date version (3.0.0) and changing the cmake file to be
set(SFML_DIR "/SFML.framework/Resources/CMake")
find_package(SFML 3.0 COMPONENTS Window System Graphics Audio REQUIRED)
set(SFML_LIBS SFML::Window SFML::System SFML::Graphics SFML::Audio)
but some of the function signatures have changed and this will throw other errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant