mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
Linted markdown
parent
6760f6d5de
commit
3375857614
@ -4,7 +4,6 @@ macOS Yosemite (10.10) or newer is required to build Dolphin.
|
|||||||
|
|
||||||
You will need to install "Command Line Tools for Xcode". Installing Xcode itself is optional if you have installed the Command Line Tools.
|
You will need to install "Command Line Tools for Xcode". Installing Xcode itself is optional if you have installed the Command Line Tools.
|
||||||
|
|
||||||
|
|
||||||
## Checkout and Compile Dolphin
|
## Checkout and Compile Dolphin
|
||||||
|
|
||||||
To checkout Dolphin's source:
|
To checkout Dolphin's source:
|
||||||
@ -34,7 +33,6 @@ You can execute `cmake -L` to view the options that Dolphin's CMake environment
|
|||||||
|
|
||||||
If you have any problems compiling, use the verbose option (`make VERBOSE=1`) to give more detail. If you report a problem, at a minimum include the last screen-full of lines.
|
If you have any problems compiling, use the verbose option (`make VERBOSE=1`) to give more detail. If you report a problem, at a minimum include the last screen-full of lines.
|
||||||
|
|
||||||
|
|
||||||
## Optional: Ninja
|
## Optional: Ninja
|
||||||
|
|
||||||
[Ninja](https://ninja-build.org/) 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.
|
[Ninja](https://ninja-build.org/) 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.
|
||||||
@ -43,6 +41,7 @@ After installing it, pass `-G Ninja` to CMake and use 'ninja' instead of 'make'
|
|||||||
|
|
||||||
By default, Clang won't show color diagnostics when not invoked from a TTY, and Ninja buffers compiler output through a pipe to avoid interleaving issues.
|
By default, Clang won't show color diagnostics when not invoked from a TTY, and Ninja buffers compiler output through a pipe to avoid interleaving issues.
|
||||||
To fix this, pass to CMake:
|
To fix this, pass to CMake:
|
||||||
|
|
||||||
```
|
```
|
||||||
-DCMAKE_CXX_FLAGS="-Xclang -fcolor-diagnostics"
|
-DCMAKE_CXX_FLAGS="-Xclang -fcolor-diagnostics"
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user