Changed Ninja website URL.

Pringo 2016-10-02 17:01:37 -07:00
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).