recently just put the development platform from Windows to the Mac, found that some things also need to install according to their own needs, so searched, found on the internet, the Great God recommended brew, read the introduction, feel good, get up installation (here say the experience, in the Mac app Store has a lot of commonly used software can not find, such as the famous eclipse,sublime text, and so on, in fact, is the individual think too narrow, think that the software installed on the MAC is to be downloaded from the App Store, it is not, there are netizens said: publishing software in the Mac App Store is not about money, developers need to spend hundreds of dollars a year to develop software, of course, you can just develop, but not published in the App Store, so some people do not want to publish in the App Store, money is not very useful, rather than directly posted on the internet is not better ).
1, Homebrew is the OS X Package management tool, the Ruby community works, features similar to Ubuntu under the Apt-get.
2, Baidu Search will return many of the scripts installed in the Mac terminal, although seemingly all very similar, but basically in the installation will appear errors, may be in the netizen in answer, homebrew official updated the installation script, so in the installation of brew recommended from the official Copy installation script, The official website is as follows: Http://brew.sh/index_zh-cn.html.
3, copy 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, so far successfully installed homebrew, in the terminal to verify, 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
Install successfully, work out ~
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Mac Install Brew