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

Added install script for Mac Silicon which compiles dart #206

Closed
wants to merge 1 commit into from

Conversation

c-joly
Copy link

@c-joly c-joly commented Jun 28, 2024

  • This script is based on the install_osx script. It compiles and install dart / dartpy following the steps provided on the documentation.

  • An ugly patch has been added to include <std.io> in a header (maybe it can be avoided if we force cmake to use g++ instead of clang which is used by default?)

  • Some environment variables have been changed/added (PYTHONPATH, DYLD_LIBRARY_PATH)

  • I did not add any additional installation in the script (like cmake, xquartz or ffmpeg). These commands are all installable with homebrew but they might have been already installed by the user by other means (e.g. cmake and xquartz have they own PKG/DMG installers). To avoid any side effect to the user, I did not add any of these install in the script, but documentation should mention these programs as prerequisite.

@costashatz
Copy link
Member

This is fixed! See #201!

@costashatz costashatz closed this Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants