Homebrew

Homebrew


-Homebrew ― MacPorts driving you to drink? Try Homebrew!
--http://mxcl.github.com/homebrew/

-Homebrew ではソフトウェア・パッケージのことを formula と呼ぶ

コマンドメモ


-$ brew update
--Homebrew自体を最新バージョンにする&インストール済みのすべてのパッケージのバージョンを最新にする

-$ brew upgrade
--インストール済みのすべてのパッケージのバージョンを最新にする

-$ brew search hoge
--hogeパッケージを検索する

-$ brew install hoge
--hogeパッケージをインストールする

Homebrew Cask


-homebrew-cask/USAGE.md at master · Homebrew/homebrew-cask · GitHub
--https://github.com/Homebrew/homebrew-cask/blob/master/USAGE.md

-$ brew upgrade --cask
--casksをまとめて最新にする

その他


-[ヅ] Mac OS X に パッケージ管理システム Homebrew をインストールする (2011-10-09)
--http://www.nilab.info/z3/20111009_03.html

-Homebrewの導入と使い方 | CAPH TECH
--http://tech.caph.jp/2011/04/06/homebrew%E3%81%AE%E5%B0%8E%E5%85%A5%E3%81%A8%E4%BD%BF%E3%81%84%E6%96%B9/