Macのパッケージ管理ツールhomebrewを試してみた

homebrewとは?


Unix
http://mxcl.github.com/homebrew/

MacportsfinkMacports使ports installocaml+omake
gnucash

Macportshomebrew

一通り使ってみる



https://github.com/mxcl/homebrew/wiki/installation



ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)"
 


ocaml


brew install ocaml
 


ocaml


% ocaml -version
The Objective Caml toplevel, version 3.12.0
% which ocaml
/usr/local/bin/ocaml
% ls -la /usr/local/bin/ocaml
lrwxr-xr-x 1 hoge staff 41 11 6 23:15 /usr/local/bin/ocaml -> ../Cellar/objective-caml/3.12.0/bin/ocaml
% 


/usr/local/Cellar

応用編


homebrew
msgpack
>> 
%brew edit msgpack