mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 15:01:16 +01:00
Changed Ninja website URL.
parent
75af87b073
commit
219f8d516d
@ -35,7 +35,7 @@ If you have any problems compiling, use the verbose option (`make VERBOSE=1`) to
|
|||||||
|
|
||||||
## Optional: Ninja
|
## 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.
|
[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.
|
||||||
|
|
||||||
After installing it, pass `-G Ninja` to CMake and use 'ninja' instead of 'make' (note that ninja is `-j` by default).
|
After installing it, pass `-G Ninja` to CMake and use 'ninja' instead of 'make' (note that ninja is `-j` by default).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user