[PATCH] D15551: [docs] Motivate ninja in the GettingStarted guide

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 15 17:47:17 PST 2015


vsk created this revision.
vsk added a subscriber: llvm-commits.

Update our docs to give new users a reason to try ninja.

http://reviews.llvm.org/D15551

Files:
  docs/GettingStarted.rst

Index: docs/GettingStarted.rst
===================================================================
--- docs/GettingStarted.rst
+++ docs/GettingStarted.rst
@@ -88,7 +88,7 @@
 
      * ``Unix Makefiles`` --- for generating make-compatible parallel makefiles.
      * ``Ninja`` --- for generating `Ninja <http://martine.github.io/ninja/>`
-        build files.
+        build files, a speedier alternative to make.
      * ``Visual Studio`` --- for generating Visual Studio projects and
         solutions.
      * ``Xcode`` --- for generating Xcode projects.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15551.42949.patch
Type: text/x-patch
Size: 557 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151216/55611d94/attachment.bin>


More information about the llvm-commits mailing list