homebrew

mac portsよりもhomebrewのほうが便利らしい。全然MacOS使いこなせてない>_

homebrew is the easiest and most flexible way to install the UNIX tools Apple didn't include with OS X.

  • インストール
curl -Lsf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz --strip 1 -C/usr/local

vi .bashrc
export PATH=/usr/local/bin/:$PATH
  • 使い方
sudo brew install [something]