Simplified macOS setup instructions

Presumably either the Command Line Tools package or Xcode would install the tools needed for the build system.
This commit is contained in:
Minh Nguyễn
2016-08-20 11:15:32 -07:00
committed by GitHub
parent 2501a763e2
commit 2f6c2e15ee

View File

@@ -33,7 +33,7 @@ Come on in, the water's lovely. More help? Ping `jfire` or `bhousel` on
* Ubuntu:
* `sudo apt-get install build-essential git`
* macOS:
* Install [Xcode](https://developer.apple.com/xcode/) and run `xcode-select --install` from a command line
* Run `xcode-select --install` from a command line or install [Xcode](https://developer.apple.com/xcode/)
* Windows (Cygwin):
* Install [Git for Windows](https://git-scm.com/downloads)
* Install [Cygwin](https://cygwin.com/install.html) - choose default packages + `make`, `wget`, `apache2` (needed for updated mime type list)