mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
Updated Building for OS X (markdown)
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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user