-
Notifications
You must be signed in to change notification settings - Fork 50
Build on mac #187
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
Build on mac #187
Conversation
… for development.
install-mac.sh
Outdated
| @@ -0,0 +1,14 @@ | |||
| #!/bin/bash | |||
|
|
|||
| brew bundle --file=- <<-EOS | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not use Brewfile?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont remember why i was doing this via brewfile anymore. left if as normal brew install commands. Anything you can remember that would make us needed the brewfile?
ilyash-b
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs organizing as per comments.
… outside of the makefile in independent scripts, since they are one time run only.
Added install script for mac and make build and make clean as helpers for development.