1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

[docs] Motivate ninja in GettingStarted.rst

llvm-svn: 255924
This commit is contained in:
Vedant Kumar 2015-12-17 20:49:48 +00:00
parent 5292411857
commit 4246c5ed60

View 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.