如何在Mac OS 10.6上安装brew或homebrew

问题描述:

我已经尝试了多次.有人可以告诉我确切的详细步骤吗? 我的Mac OS是10.6.8. 它抱怨缺少一些包裹.

I have tried multiple times. Can anybody tell me exact detailed steps? My mac os is 10.6.8. It complains about some missing packages.

我现在按照命令/usr/bin/ruby -e "$(curl -fsSL raw.github.com/gist/323731)"使它工作了.

I got it working now following command /usr/bin/ruby -e "$(curl -fsSL raw.github.com/gist/323731)".

我正在运行mkdir homebrew && curl -L github.com/mxcl/homebrew/tarball/master | tar xz --strip 1 -C homebrew,但我不知道两者在做什么

I was running the mkdir homebrew && curl -L github.com/mxcl/homebrew/tarball/master | tar xz --strip 1 -C homebrew I have no idea what the two are doing though