Size: 360
Comment:
|
← Revision 4 as of 2013-02-14 14:37:53 ⇥
Size: 451
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 16: | Line 16: |
homebrew-science 설치 {{{ brew tap homebrew/science brew install <formula> }}} |
MacOSX의 별도 패키징 시스템
http://mxcl.github.com/homebrew/
설치후에는 PATH 환경변수에 /usr/local/bin 을 /usr/bin 앞에 두어야 한다.
각종 어플리케이션 설치
PostgreSQL 설치
brew install postgresql initdb /usr/local/var/postgres pg_ctl -D /usr/local/var/postgres -l logfile start
homebrew-science 설치
brew tap homebrew/science brew install <formula>