Эх сурвалжийг харах

add hint to install ninja (#1545)

Signed-off-by: Nadeem Bhati <nadeemb53@gmail.com>
Nadeem Bhati 2 жил өмнө
parent
commit
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