homebrew; better than macports
맥의 잃어버린 패키지 관리자라고 할 정도로 괜찮은 것 같습니다.
맥에서 port 명령어로 추가를 했었는데, homebrew로 바꾸기 시작했습니다.
설치는 이 한 줄을 커맨드라인에 입력하는 것입니다.
/usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
맥에서 아쉬운 wget명령도 가볍게 설치됩니다.
brew install wget
github에 근거지를 두고 있습니다.
http://mxcl.github.com/homebrew/
