浏览代码

add hint to install ninja (#1545)

Signed-off-by: Nadeem Bhati <nadeemb53@gmail.com>
Nadeem Bhati 2 年之前
父节点
当前提交
4da8b2d2dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/installing.rst

+ 1 - 1
docs/installing.rst

@@ -167,7 +167,7 @@ Building LLVM from source
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 
 The LLVM project itself has a guide to `installing from source <http://www.llvm.org/docs/CMake.html>`_ which
-you may need to consult. First of all clone our LLVM repository:
+you may need to consult. `Ninja <https://ninja-build.org>`_ is necessary for building LLVM from source. First of all, clone our LLVM repository:
 
 .. code-block:: bash