Updated Building for OS X (markdown)

Léo Lam 2016-07-15 12:46:03 +02:00
parent 4b231aae47
commit a5a8129336

@ -1,5 +1,4 @@
## Minimum OS X and Xcode versions
---
OS X Yosemite (10.10) or newer is required to build Dolphin.
@ -7,7 +6,6 @@ You will need to install "Command Line Tools for Xcode". Installing Xcode itself
## Checkout and compile Dolphin
---
To checkout Dolphin's source:
```bash
@ -36,7 +34,6 @@ If you have any problems compiling, use the verbose option (`make VERBOSE=1`) to
## Optional: Ninja
---
[Ninja](http://martine.github.io/ninja/) is a replacement for Make which is a bit faster for a Dolphin-sized project and is worth considering if you intend to rebuild frequently.
@ -49,7 +46,6 @@ To fix this, pass to cmake:
```
## Keeping up to date
---
All you need to do to update to the latest Dolphin revision is the following: