Skip to content
Snippets Groups Projects
user avatar
Adam Vandenberg authored
Replaced ENV.gcc_4_2 + comments with calls to "fails_with_llvm",
to specifically message to the user when a formula is known or suspected
to not build with LLVM. If the user specifies "--use-llvm", the message
will be displayed, but compilation will be tried anyway.

Since using LLVM is now an advanced/hidden feature instead of the
default on 10.6, we'll let the user try anyway (and submit patches
if things are now working.)
76168e8e
History
Name Last commit Last update
Library
bin
share/man/man1
.gitignore
README.md

Homebrew

Features and usage are summarized on the homepage.

Quick Install to /usr/local

The script will prompt for confirmation before it does anything:

ruby -e "$(curl -fsS http://gist.github.com/raw/436471/install_homebrew.rb)"

Afterwards, install Xcode.

Umm… I thought I could install it anywhere?

Indeed, you can. Refer to our complete installation instructions.

Dude! Just give me a two-liner!

Alright then… as long as you know what you are doing:

sudo chown -R $USER /usr/local
curl -Lsf http://github.com/mxcl/homebrew/tarball/master | tar xvz -C/usr/local --strip 1

More Documentation

The wiki is your friend.

Who Are You?

I'm Max Howell and I'm a splendid chap.