Mac OSX 10.9 Mavericks で Homebrew

いま、Mac OSX 10.9 Mavericks に更新中ですが。

アップデート

きっとなにかあると思うので、ダウンロード完了 > 再起動の前に調べて貼り付け。

OSX 10.9 Support · Issue #20401 · mxcl/homebrew

Installing Homebrew on Mac OSX 10.9 Mavericks - Nathan Cahill

First, download and install Xcode 5 Preview.
Then, open your console and execute the following command:
xcode-select --install

OS X Mavericks Developers Preview and Homebrew | Doejo

xcode がなんかあるのかな、でもこれら記事、ちと古い。

とりあえず、更新を進めます。

 

アップデートの後、インストールが始まり完了後再起動されました。

Android Studioが反応してダイアログが表示されたのでこいつも更新します。
ソフトウェア・アップデート

Android Studio update

そのあと、コンソールから、

$ brew doctor
Warning: /Library/Frameworks/Mono.framework detected
This can be picked up by CMake's build system and likely cause the build to
fail. You may need to move this file out of the way to compile CMake.

Warning: You are using Mac OS X 10.9.
We do not yet provide support for this (unreleased) version.

Warning: Your Xcode (5.0) is outdated
Please install Xcode 5.0.1.

Warning: Your Homebrew is outdated.
You haven't updated for at least 24 hours, this is a long time in brewland!
To update Homebrew, run `brew update`.

xcode と homebrew が古いと言われたので更新します。

xcode は、OSアップデートから。
App_Store

homebrew は、コンソールから。

$ brew update

ここで再度。

$ brew doctor
Warning: /Library/Frameworks/Mono.framework detected
This can be picked up by CMake's build system and likely cause the build to
fail. You may need to move this file out of the way to compile CMake.

Mono。アンインストール。

#!/bin/sh -x

#This script removes Mono from an OS X System.  It must be run as root
rm -r /Library/Frameworks/Mono.framework
rm -r /Library/Receipts/MonoFramework-*
for dir in /usr/bin /usr/share/man/man1 /usr/share/man/man3 /usr/share/man/man5; do
   (cd ${dir};
    for i in `ls -al | grep /Library/Frameworks/Mono.framework/ | awk '{print $9}'`; do
      rm ${i}
    done);
done

Mono:OSX - Mono

再度。

$ brew doctor
Your system is ready to brew.

 

まとめ

結局は、今では、問題ないようです「homebrew」。
フツーに進めば良い。


関連ワード:  おすすめツールニュース便利な設定評判速報