コマンド操作
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
結果
==> This script will install:
/usr/local/bin/brew /usr/local/Library/…
/usr/local/share/man/man1/brew.1
Press RETURN to continue or any other key to abort
==> /usr/bin/sudo /bin/mkdir /usr/local
Password:
==> /usr/bin/sudo /bin/chmod g+rwx /usr/local
==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local ==> /usr/bin/sudo /bin/mkdir /Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
==> Installing the Command Line Tools (expect a GUI popup):
==> /usr/bin/sudo /usr/bin/xcode-select –install xcode-select: note: install requested for command line developer tools Press any key when the installation has completed.
==> Downloading and installing Homebrew…
remote: Counting objects: 162073, done.
remote: Compressing objects: 100% (45927/45927), done.
remote: Total 162073 (delta 115101), reused 161981 (delta 115036)
Receiving objects: 100% (162073/162073), 30.25 MiB | 2.29 MiB/s, done.
Resolving deltas: 100% (115101/115101), done.
From https://github.com/Homebrew/homebrew
* [new branch] master -> origin/master
Checking out files: 100% (3131/3131), done. HEAD is now at 7498414 ksh: use install_symlink
==> Installation successful!
You should run `brew doctor’ *before* you install anything.
Now type: brew help
コマンド操作
brew doctor
結果
Warning: No developer tools installed.
You should install the Command Line Tools.
Run `xcode-select –install` to install them.
コマンドラインツールのインストール
Comand Line Tools (OS X Mavericks) for Xcode – March 2014
参考
http://qiita.com/wnoguchi/items/1ca12bf5e02f81010aab
コマンド操作
brew doctor
結果
Your system is ready to brew.