2015年9月22日火曜日

Homebrewのインスールメモ

1. 次のURLのサイトを表示。

http://brew.sh/index_ja.html


2. サイトに記述しているように、ターミナルで次のコマンドを実行。

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

3. そしたら、次のメッセージが表示された。

You have not agreed to the Xcode license.
Before running the installer again please agree to the license by opening
Xcode.app or running:
    sudo xcodebuild -license

4. なので、Xcodeを起動して、agreeボタンを押下する。
 そして、この後に管理者ユーザのパスワード入力を促すダイアログ画面が表示されるので、パスワードを入力する。


5. 再度、2.のコマンドをターミナルで入力する。
 そして、次のメッセージが表示されたので、returnキーを押下する。

Press RETURN to continue or any other key to abort

6. その後に、次のメッセージが表示されたので、管理者ユーザのパスワードを入力する。

Password:

7. そして、次のメッセージが表示される。これで、Homebrewのインストール完了。

==> /usr/bin/sudo /usr/bin/chgrp admin /usr/local/bin /usr/local/include /usr/local/share/man /usr/local/share/man/man1
==> /usr/bin/sudo /bin/mkdir /Library/Caches/Homebrew
==> /usr/bin/sudo /bin/chmod g+rwx /Library/Caches/Homebrew
==> Downloading and installing Homebrew...
remote: Counting objects: 3747, done.
remote: Compressing objects: 100% (3582/3582), done.
remote: Total 3747 (delta 40), reused 555 (delta 28), pack-reused 0
Receiving objects: 100% (3747/3747), 3.16 MiB | 963.00 KiB/s, done.
Resolving deltas: 100% (40/40), done.
From https://github.com/Homebrew/homebrew
 * [new branch]      master     -> origin/master
HEAD is now at 7506f77 x265: update 1.7 bottle.
==> Installation successful!
==> Next steps
Run `brew help` to get started






0 件のコメント :

コメントを投稿