diff options
author | Michael Ford <fanquake@gmail.com> | 2013-05-22 12:34:18 +0800 |
---|---|---|
committer | Michael Ford <fanquake@gmail.com> | 2013-05-22 12:34:18 +0800 |
commit | a680b095b68130579289f3b9282863b940239f12 (patch) | |
tree | d248c218e82d1a7409d0e94b24b7e87e1aca455e /doc | |
parent | de29c9e2c7335b5995b1bb375c68383e4ca77553 (diff) |
Update links in build-osx.md
Add link to Github for Mac
Update link to HomeBrew
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-osx.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md index d9aa779f87..1fc33b15a3 100644 --- a/doc/build-osx.md +++ b/doc/build-osx.md @@ -47,13 +47,13 @@ be done in `Xcode > Preferences > Downloads > Components` and generally must be re-done or updated every time Xcode is updated. There's an assumption that you already have `git` installed, as well. If -not, it's the path of least resistance to install Github for Mac +not, it's the path of least resistance to install [Github for Mac](https://mac.github.com/) (OS X 10.7+) or [Git for OS X](https://code.google.com/p/git-osx-installer/). It is also available via Homebrew or MacPorts. -You will also need to install [Homebrew](http://mxcl.github.com/homebrew/) -or [MacPorts](http://www.macports.org/) in order to install library +You will also need to install [Homebrew](http://mxcl.github.io/homebrew/) +or [MacPorts](https://www.macports.org/) in order to install library dependencies. It's largely a religious decision which to choose, but, as of December 2012, MacPorts is a little easier because you can just install the dependencies immediately - no other work required. If you're unsure, read |