LoginSignup
12
12

More than 5 years have passed since last update.

HomebrewをMavericksに入れる際に出たエラー

Last updated at Posted at 2013-11-28

HomebrewをMavericksに入れる。

AppStoreより、Xcodeをインストール

ターミルから下記コマンド実行

$ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"

Command Line Toolが入っていない場合は、インストールするようにいわれるので、
そのままの流れでインストール

インストールを確認

$ brew doctor

下記、エラーが出力された。

Warning: A newer Command Line Tools release is available
Update them from Software Update in the App Store.

Warning: You have not agreed to the Xcode license.
Builds will fail! Agree to the license by opening Xcode.app or running:
    xcodebuild -license

ライセンスの同意が必要らしいので、

$ sudo xcodebuild -license

を実行してagreeを入力してEnter

完了。

12
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
12