To do few instructions after installing the xcode 4.3.
Xcode 4.3 を入れてやること
xcode-select
xcodebuildなどが xcode-select 依存になっているので、設定しておく。
$ sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
command line tools インストール
標準だと command line tools がないので、インストール。
- XCode 起動
- メニューから Preferences 選択
- Download タブ選択
- Components 内の Command Line Tools をインストール
上記方法でエラーが出る場合は https://developer.apple.com/downloads/index.action
からダウンロードで対処。
autoconf,automake,libtool インストール
4.3になってから autoconf, automake, libtool が無くなってるので brew などで入れる
$ brew install autoconf automake libtool