-
Notifications
You must be signed in to change notification settings - Fork 0
how to install cocot
hiroy edited this page Mar 1, 2012
·
6 revisions
- cocotはsshの文字コードを変換してくれる子
- http://vmi.jp/software/cygwin/cocot.html
- Homebrewを使ってインストールするよ
- Lionの場合Command Line Tools for Xcodeが必要: http://developer.apple.com/downloads からダウンロードしてインストール(これでgitが入る)
- Homebrewのインストールはこの辺から: http://mxcl.github.com/homebrew/
- 以前は普通に
brew install cocotで入ったけど入らなくなってた -
brew search cocotしても見つからず
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
おしまい