Git관련된 정보수집과 설치과정에서 Homebrew가 필요하여 설치를 하게 되었다. OSX에서 설치하기에 가장 알기쉽고 간편한 방법을 간단하게 노트해 놓는다.
먼저, OSX에 루비가 설치되어 있는지를 확인한다. 설치되어 있지 않다면 설치를 해두도록 하자.
그럼 다음으로 다음 한줄의 실행으로 간단하게 github로부터 설치를 실시한다.
ruby -e “$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)” ==> This script will install: /usr/local/bin/brew /usr/local/Library/Formula/... /usr/local/Library/Homebrew/... ==> The following directories will be made group writable: /usr/local/. /usr/local/bin /usr/local/include /usr/local/lib /usr/local/lib/pkgconfig /usr/local/share /usr/local/share/locale ==> The following directories will have their group set to staff: /usr/local/. /usr/local/bin /usr/local/include /usr/local/lib /usr/local/lib/pkgconfig /usr/local/share /usr/local/share/locale Press enter to continue ==> /usr/bin/sudo /bin/chmod g+w /usr/local/. /usr/local/bin /usr/local/include /usr/local/lib /usr/local/lib/pkgconfig /usr/local/share /usr/local/share/locale Password: ==> /usr/bin/sudo /usr/bin/chgrp staff /usr/local/. /usr/local/bin /usr/local/include /usr/local/lib /usr/local/lib/pkgconfig /usr/local/share /usr/local/share/locale ==> Downloading and Installing Homebrew... ==> Installation successful!
이렇게 아주 간단하게 설치가 된다. 그럼 여기까지만 노트해놓고 다음진행인 git설치를 해볼까!





0 Responses to “Homebrew Install”