Skip to content

Instantly share code, notes, and snippets.

@janl
Created February 16, 2012 18:57
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janl/1847012 to your computer and use it in GitHub Desktop.
Save janl/1847012 to your computer and use it in GitHub Desktop.
Date: Thu, 16 Feb 2012 13:54:23 -0500
From: Kenneth Reitz <me@kennethreitz.com>
To: homebrew@librelist.com
Subject: [homebrew] Command Line Tools for XCode
Hey guys — I've been working with Apple since the release of my osx-gcc-installer.
I helped them come up with the requirements and command_line_tools_for_xcode is the result of that effort. Apple should be putting a link to it on their open source page soon.
I know there were some reservations about hombrew supporting osx-gcc-installer, but since this is a real Apple product now, made *specifically* with Hombrew users in mind, we need to do our best to support it. Apple's doing their best to support us.
The only applications that will have trouble are ones that need the proprietary headers (CoreAudio, CoreData, OpenGL, etc). MacVim obviously needs these things, but most software doesn't. There are a few surprises, though: Node, for example, binds to CoreData for some reason.
I think the best approach here is to give formula the ability to say if they need those special headers, and give hombrew the ability to say "hey you need full xcode for this formula".
--
Kenneth Reitz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment