[docs] Motivate ninja in GettingStarted.rst
[oota-llvm.git] / docs / GettingStarted.rst
index c0741f1400c531af4210584663dbf05f6e16acd3..2585ce135ba652123a92415e850b46c13a1c1c88 100644 (file)
@@ -88,7 +88,7 @@ Here's the short story for getting up and running quickly with LLVM:
 
      * ``Unix Makefiles`` --- for generating make-compatible parallel makefiles.
      * ``Ninja`` --- for generating `Ninja <http://martine.github.io/ninja/>`
-        build files.
+        build files. Most llvm developers use Ninja.
      * ``Visual Studio`` --- for generating Visual Studio projects and
         solutions.
      * ``Xcode`` --- for generating Xcode projects.