Skip to content

how to install cocot

hiroy edited this page Mar 1, 2012 · 6 revisions

cocotのインストール方法

  • Homebrewを使ってインストールするよ
  • Command Line Tools for Xcodeが必要: http://developer.apple.com/downloads からダウンロードしてインストール
  • Homebrewのインストールはこの辺から: http://mxcl.github.com/homebrew/
  • 以前は普通にbrew install cocotで入ったけど入らなくなってた
  • brew search cocotしても見つからず

formula追加

brew install wget

でwgetがインストールされている前提で

cd /usr/local/Library/Formula
wget https://raw.github.com/avalanche123/homebrew/64bcd8c5e5440c6abfd1ef0f280493fc69b0aa86/Library/Formula/cocot.rb

これでcocot.rbがformulaに追加される

インストール

brew install --HEAD cocot

おしまい

Clone this wiki locally