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

Update install script to install xCode Command Line Tools automatically #33

Open
iamnewton opened this issue Feb 12, 2014 · 2 comments
Open

Comments

@iamnewton
Copy link

Incase you were curious, xcode-select in Mac OS X 10.9 (Mavericks) comes with an --install flag that will prompt the user if xCode Command Line Tools is not installed. I had created a recursive script to check installation and continually attempt an install, but then realized that the latest version of Homebrew does this so much better. So you could attempt to install brew first and then have Homebrew install gcc via xCode. Just a thought.

@necolas
Copy link
Owner

necolas commented Feb 13, 2014

That sounds good. If you want to put together a pull request to help me out, that would be great.

@iamnewton
Copy link
Author

Yeah, sounds good. It may be a week since I'm trying to finalize my v.0.1.0 of my own install script, based off yours, of course.

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

No branches or pull requests

2 participants