#參考html
http://matthewcarriere.com/2013/08/05/how-to-install-and-use-homebrew/git
#安裝Xcodegithub
默認mac(OS X Yosemite 10.10.4)上會安裝上Command Line Tools
,若是直接在命令行輸入xcode
xcode-select -p
會發現path(路徑)是顯示爲/Library/Developer/CommandLineTools
,不過這時安裝brew是會失敗的,緣由未知
解決方法是先安裝App Store裏的Xcode,這個Xcode很是大,3G不到,是免費的。
安裝完成後,再去命令行執行一樣的命令ruby
xcode-select -p
會發現path(路徑)是顯示爲/Applications/Xcode.app/Contents/Developer
app
#安裝brewcurl
前面的準備工做好了以後,brew就很簡單了url
到http://brew.sh/index_zh-cn.html
上覆制安裝代碼(ruby開頭的),粘帖到命令行執行便可命令行
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
#brew使用code
第一次先更新一下
brew update
更新完成後嘗試安裝一個軟件試試
brew install wget