recently we have just migrated the development platform from Windows to Mac. Found that some things also need to be installed according to their own needs. So search, found on-line the great God recommended brew, read the introduction, feel good, get up installation (here say the experience. In the Mac App Store, there are a lot of often used software that can't be found, such as the famous eclipse,sublime text. The fact is that individuals think too narrowly. Think that the software installed on the MAC is to be downloaded from the App Store, in fact, otherwise, a netizen said: " in the Mac App Store to publish the software is not money, developers need to spend a year hundreds of pieces to develop software, of course." You are able to develop it alone. Just can't be published in the App Store, so some people do not want to publish on the App Store, money is not very useful, it is not as good as directly posted on the internet .
1, Homebrew is the OS X Package management tool, the work of the Ruby community. features similar to apt-get under Ubuntu.
2, Baidu Search will return very much in the Mac terminal installed in the script. Although seemingly very similar, but basically in the installation of errors, may be in the user after the answer, homebrew official updated the installation script, so in the installation of brew recommended from the official copy installation script, the official site such as the following: http://brew.sh/ Index_zh-cn.html.
3, after copying to Mac terminal, enter the installation (important node highlighting):
Ruby-e "$ (curl-fssl https://raw.githubusercontent.com/Homebrew/install/master/install)"
==> This script would install:
/usr/local/bin/brew
/usr/local/library/...
/usr/local/share/man/man1/brew.1
Press RETURN to continue or any other key to abort
==> Downloading and installing Homebrew ...
Remote:counting objects:3693, done.
Remote:compressing objects:100% (3525/3525), done.
Remote:total 3693 (Delta), reused 527 (delta), pack-reused 0
Receiving objects:100% (3693/3693), 3.04 MiB | 79.00 kib/s, done.
Resolving deltas:100% (38/38), done.
From Https://github.com/Homebrew/homebrew
* [New branch] master, Origin/master
HEAD is now at 9C41FB8 Update Mans page
==> Installation successful!
==> Next Steps
Run ' Brew help ' to get started
4. The successful homebrew has been installed so far. Verify in terminal, Input: Brew Help
Example usage:
Brew [INFO | home | options] [FORMULA ...]
Brew Install FORMULA ...
Brew Uninstall FORMULA ...
Brew Search [foo]
Brew list [FORMULA ...]
Brew Update
Brew upgrade [FORMULA ...]
Brew Pin/unpin [FORMULA ...]
Troubleshooting:
Brew Doctor
Brew INSTALL-VD FORMULA
Brew [--env | config]
Brewing:
Brew Create [URL [--no-fetch]]
Brew edit [FORMULA ...]
Https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md
Further help:
Mans Brew
Brew Home
The installation was successful. Knock it off ~
Mac Install Brew